[meta-virtualization] [PATCH] lxc: add glibc-utils to rdepend

Wenlin Kang wenlin.kang at windriver.com
Sat Oct 8 00:17:02 PDT 2016


getent is needed by lxc-net of lxc, but current system misses it,
so add glibc-utils to lxc's rdepend, fix this issue.

Signed-off-by: Wenlin Kang <wenlin.kang at windriver.com>
---
 recipes-containers/lxc/lxc_2.0.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-containers/lxc/lxc_2.0.0.bb b/recipes-containers/lxc/lxc_2.0.0.bb
index e436057..53068a8 100644
--- a/recipes-containers/lxc/lxc_2.0.0.bb
+++ b/recipes-containers/lxc/lxc_2.0.0.bb
@@ -18,6 +18,7 @@ RDEPENDS_${PN} = " \
 		perl-module-constant \
 		perl-module-overload \
 		perl-module-exporter-heavy \
+		glibc-utils \
 "
 RDEPENDS_${PN}-ptest += "file make"
 
-- 
2.7.4



More information about the meta-virtualization mailing list