On Mon, Aug 10, 2015 at 7:35 AM, Noor, Ahsan <[email protected]> wrote: > From: Noor <[email protected]> > > * Fixes a dependency on a nonexistent initscripts-functions package.
Your meta-virt repository is out of date, we are on 1.2.17 in master. Can you do a quick rebase and resend ? Bruce > > Signed-off-by: Noor Ahsan <[email protected]> > --- > recipes-extended/libvirt/libvirt_1.2.15.bb | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/recipes-extended/libvirt/libvirt_1.2.15.bb > b/recipes-extended/libvirt/libvirt_1.2.15.bb > index 8abd41e..6a5b67e 100644 > --- a/recipes-extended/libvirt/libvirt_1.2.15.bb > +++ b/recipes-extended/libvirt/libvirt_1.2.15.bb > @@ -238,3 +238,8 @@ pkg_postinst_libvirt() { > /etc/init.d/populate-volatile.sh update > fi > } > + > +python () { > + if not bb.utils.contains('DISTRO_FEATURES', 'sysvinit', True, False, d): > + d.setVar("INHIBIT_UPDATERCD_BBCLASS", "1") > +} > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
