From 93a4cfd44ba3d8a68eaea7bf8001f452d69ea2e9 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 04 Nov 2020 08:29:50 -0500 Subject: busybox: Use oh-shlibdeps --- 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 . This also fixes networking on read-only root file systems. * Update Maintainer. + * busybox: Use automatic shared library dependencies. -- Patrick McDermott 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 -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/ -- cgit v0.9.1