From 5caa9badba5823f3824fdf6db2b0ce20430a58f2 Mon Sep 17 00:00:00 2001 From: Wenlin Kang Date: Sat, 8 Oct 2016 15:17:02 +0800 Subject: lxc: add glibc-utils to rdepend 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 Signed-off-by: Bruce Ashfield --- 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 e4360573..53068a80 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" -- cgit v1.2.3-54-g00ecf