diff options
author | Jonas Eriksson <jonas.eriksson@enea.com> | 2014-02-27 17:10:07 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-28 10:43:26 -0500 |
commit | 5876038deff36f37dbadefa29d87ccff806598ad (patch) | |
tree | 619068ba31e120d9e4ac87521f9813d8bd32810f | |
parent | f60073740c996c0a47815f85a8be6b1128811917 (diff) | |
download | meta-virtualization-5876038deff36f37dbadefa29d87ccff806598ad.tar.gz |
libvirt: Fix selinux DISTRO_FEATURE check
It seems that a $ was forgotten in the DISTRO_FEATURE check for selinux.
Signed-off-by: Jonas Eriksson <jonas.eriksson@enea.com>
Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.1.bb b/recipes-extended/libvirt/libvirt_1.2.1.bb index d30f09d9..76d3f42b 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" | |||
111 | # full config | 111 | # full config |
112 | PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx iproute2 \ | 112 | PACKAGECONFIG ??= "qemu yajl xen libxl xen-inotify uml openvz vmware vbox esx iproute2 \ |
113 | polkit lxc test remote macvtap libvirtd netcf udev python ebtables \ | 113 | polkit lxc test remote macvtap libvirtd netcf udev python ebtables \ |
114 | {@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | 114 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ |
115 | " | 115 | " |
116 | 116 | ||
117 | # enable,disable,depends,rdepends | 117 | # enable,disable,depends,rdepends |