summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2017-11-27 16:10:04 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-12-01 21:49:32 -0500
commit23dee8a20774c7bbfda5333ca15640b565f7559f (patch)
treee72aaa4d98d11e8590c4b092fff115d917ebb4ff
parent2924a25fbaf7b0f32078979355ad6eeb88d86eee (diff)
downloadmeta-virtualization-23dee8a20774c7bbfda5333ca15640b565f7559f.tar.gz
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 <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/lxc/lxc_2.0.8.bb3
1 files changed, 3 insertions, 0 deletions
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} = " \
22 gnutls \ 22 gnutls \
23 nettle \ 23 nettle \
24" 24"
25
26RDEPENDS_${PN}_append_libc-glibc = " glibc-utils"
27
25RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash" 28RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash"
26 29
27SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ 30SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \