[meta-virtualization] [PATCH] lxc: add rdepends to initscripts

fupan.li at windriver.com fupan.li at windriver.com
Wed Jan 4 17:26:15 PST 2017


From: fli <fupan.li at windriver.com>

lxc's postinst will run populate-volatile.sh scripts,
which is provided by initscripts package, thus it's better
to add this rdepends.

Signed-off-by: fli <fupan.li 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 53068a8..26c9e1d 100644
--- a/recipes-containers/lxc/lxc_2.0.0.bb
+++ b/recipes-containers/lxc/lxc_2.0.0.bb
@@ -10,6 +10,7 @@ RDEPENDS_${PN} = " \
 		libcap-bin \
 		bridge-utils \
 		dnsmasq \
+		initscripts \
 		perl-module-strict \
 		perl-module-getopt-long \
 		perl-module-vars \
-- 
2.9.3



More information about the meta-virtualization mailing list