[meta-virtualization] [PATCH 2/5] libvirt: Fix selinux DISTRO_FEATURE check

Bruce Ashfield bruce.ashfield at gmail.com
Wed Feb 26 11:35:55 PST 2014


On Wed, Feb 26, 2014 at 5:07 AM, Jonas Eriksson <jonas.eriksson at enea.com> wrote:
> It seems that a $ was forgotten in the DISTRO_FEATURE check for selinux.

ooops! :)


Acked-by: Bruce Ashfield <bruce.ashfield at windriver.com>

>
> Signed-off-by: Jonas Eriksson <jonas.eriksson at enea.com>
> ---
>  recipes-extended/libvirt/libvirt_1.2.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/libvirt/libvirt_1.2.1.bb b/recipes-extended/libvirt/libvirt_1.2.1.bb
> index d30f09d..76d3f42 100644
> --- a/recipes-extended/libvirt/libvirt_1.2.1.bb
> +++ b/recipes-extended/libvirt/libvirt_1.2.1.bb
> @@ -111,7 +111,7 @@ INITSCRIPT_PARAMS_${PN}-libvirtd = "defaults 72"
>  # full config
>  PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx iproute2 \
>                     polkit lxc test remote macvtap libvirtd netcf udev python ebtables \
> -                   {@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
> +                   ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
>                    "
>
>  # enable,disable,depends,rdepends
> --
> 1.9.rc1
>
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list