From ada96ec99c5b512b527cb72b63fb7b2c01968b93 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 21 Mar 2017 08:36:12 -0700 Subject: lxc: rdepend on glibc-utils when using glibc only glibc-utils is only provided by glibc therefore add it with glibc overrides. Signed-off-by: Khem Raj Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_2.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-containers/lxc/lxc_2.0.0.bb b/recipes-containers/lxc/lxc_2.0.0.bb index 7ec9cb97..90d17e29 100644 --- a/recipes-containers/lxc/lxc_2.0.0.bb +++ b/recipes-containers/lxc/lxc_2.0.0.bb @@ -19,8 +19,11 @@ RDEPENDS_${PN} = " \ perl-module-constant \ perl-module-overload \ perl-module-exporter-heavy \ +" +RDEPENDS_${PN}_append_libc-glibc = "\ glibc-utils \ " + RDEPENDS_${PN}-ptest += "file make" SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ -- cgit v1.2.3-54-g00ecf