From 850b2cb8147d099300e558d6ce94cae7ea593375 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 8 Mar 2021 12:24:22 +0100 Subject: [PATCH] resolvconf: Add missing dependencies to RDEPENDS 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. --- 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" SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=unstable \ file://fix-path-for-busybox.patch \