merged.

Bruce

On Mon, Aug 10, 2015 at 10:50 AM, Noor, Ahsan <[email protected]> wrote:
> From: Noor <[email protected]>
>
> * Fixes a dependency on a nonexistent initscripts-functions package.
>
> Signed-off-by: Noor Ahsan <[email protected]>
> ---
>  recipes-extended/libvirt/libvirt_1.2.17.bb |    5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/recipes-extended/libvirt/libvirt_1.2.17.bb 
> b/recipes-extended/libvirt/libvirt_1.2.17.bb
> index 9f8c3af..a945792 100644
> --- a/recipes-extended/libvirt/libvirt_1.2.17.bb
> +++ b/recipes-extended/libvirt/libvirt_1.2.17.bb
> @@ -239,3 +239,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

Reply via email to