Skip to content

Commit

Permalink
resolvconf: Add missing dependencies to RDEPENDS
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
FransM committed Mar 8, 2021
1 parent a7e117c commit 850b2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 850b2cb

Please sign in to comment.