From 23dee8a20774c7bbfda5333ca15640b565f7559f Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 27 Nov 2017 16:10:04 +0800 Subject: lxc: add back the rdepends on glibc-utils The rdepends on glibc-utils was removed without reason in the following commit: """ e73608d56e498a7075e7a3e5550aafd76987d7aa lxc: 2.0.0 -> 2.0.8 """ And it causes failure: /usr/libexec/lxc/lxc-net: line 125: getent: command not found So add the dependency back. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_2.0.8.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/lxc_2.0.8.bb index 93d5a106..c9ce5f06 100644 --- a/recipes-containers/lxc/lxc_2.0.8.bb +++ b/recipes-containers/lxc/lxc_2.0.8.bb @@ -22,6 +22,9 @@ RDEPENDS_${PN} = " \ gnutls \ nettle \ " + +RDEPENDS_${PN}_append_libc-glibc = " glibc-utils" + RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash" SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ -- cgit v1.2.3-54-g00ecf