From: fli <[email protected]> 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 <[email protected]> --- 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 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
