summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit93a4cfd44ba3d8a68eaea7bf8001f452d69ea2e9 (patch)
treea86ec662aa5e5c6dd1ce309f37a2dcaeda036b9c
parent474ffa5d3a1a8f05f0c382b1e8880c50f27dc452 (diff)
busybox: Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--busybox.pkg/control2
-rw-r--r--changelog1
-rw-r--r--control3
4 files changed, 5 insertions, 2 deletions
diff --git a/build b/build
index ffa7a20..8afec09 100755
--- a/build
+++ b/build
@@ -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
diff --git a/changelog b/changelog
index b88a6f3..98804a9 100644
--- a/changelog
+++ b/changelog
@@ -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
diff --git a/control b/control
index bef7f0e..27154ca 100644
--- a/control
+++ b/control
@@ -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/