diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-04 08:29:50 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-04 08:29:50 (EST) |
commit | 93a4cfd44ba3d8a68eaea7bf8001f452d69ea2e9 (patch) | |
tree | a86ec662aa5e5c6dd1ce309f37a2dcaeda036b9c | |
parent | 474ffa5d3a1a8f05f0c382b1e8880c50f27dc452 (diff) |
busybox: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | busybox.pkg/control | 2 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 3 |
4 files changed, 5 insertions, 2 deletions
@@ -91,3 +91,4 @@ install: build dest/usr/share/udhcpc/default.script; \ fi oh-installfiles + oh-shlibdeps diff --git a/busybox.pkg/control b/busybox.pkg/control index 8661cc1..250e5ea 100644 --- a/busybox.pkg/control +++ b/busybox.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: any Essential: yes -Depends: libc.6 [any-any-glibc] +Depends: ${Shlib-Depends} Description: Multi-call binary that combines many common UNIX utilities BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you @@ -8,6 +8,7 @@ busybox (1.32.0-1) trunk </etc/network/interfaces.local>. This also fixes networking on read-only root file systems. * Update Maintainer. + * busybox: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 04 Nov 2020 03:58:13 -0500 @@ -1,4 +1,5 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkhelper-3.0, config-busybox-${Host-Plat}, +Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), + config-busybox-${Host-Plat}, gpg, dirmngr, Homepage: http://www.busybox.net/ |