On 3/8/21 2:25 PM, Andre McCurdy wrote:
On Mon, Mar 8, 2021 at 2:15 PM Khem Raj <[email protected]> wrote:

On 3/8/21 2:11 PM, Andre McCurdy wrote:
On Mon, Mar 8, 2021 at 11:30 AM Khem Raj <[email protected]> wrote:

From: Frans Meulenbroeks <[email protected]>

resolvconf uses flock and readlink.
So explicitly added dependencies on util-linux (for flock) and coreutils
(for readlink).
Note that the options used with flock and readlink are not part of the
busybox implementations so full-fledged implementations are needed.

Signed-off-by: Khem Raj <[email protected]>
---
   meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb 
b/meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb
index 6df96b699c..6da8cd6023 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb
@@ -9,7 +9,7 @@ LICENSE = "GPLv2+"
   LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
   AUTHOR = "Thomas Hood"
   HOMEPAGE = "http://packages.debian.org/resolvconf";
-RDEPENDS_${PN} = "bash"
+RDEPENDS_${PN} = "bash coreutils util-linux"

util-linux-flock has its own package.

yeah and busybox also provides flock too. Lets drop it

Busybox provides flock, but it doesn't support the -w option (wait
with timeout). Either the util-linux flock is required or resolvconf
needs to be patched to drop the -w option.


right, its to explore possibilities to avoid the deps.

Patching resolvconf to use readlink -f (instead of readlink -m) should
be sufficient to allow it to work with busybox readlink.

   SRC_URI = 
"git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=unstable \
              file://fix-path-for-busybox.patch \
--
2.30.1




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#149132): 
https://lists.openembedded.org/g/openembedded-core/message/149132
Mute This Topic: https://lists.openembedded.org/mt/81183177/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to