summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-12-08 18:33:32 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-11 12:11:29 -0500
commitffd4af04ac1c8af8126b7e568c71454b3446a53d (patch)
tree34cb4fecbb6fbff05dc14b5d40841b78ac070274 /meta-openstack
parent2fcbba0a1dffe129d920317f9e4f88aa09209e86 (diff)
downloadmeta-cloud-services-ffd4af04ac1c8af8126b7e568c71454b3446a53d.tar.gz
libvirt: remove sanlock from PACKAGECONFIG
There exists no recipe for sanlock and the libvirt recipe doesn't have a sanlock PACKAGECONFIG so removing sanlock from the set of PACKAGECONFIGs. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-extended/libvirt/libvirt_1.%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-extended/libvirt/libvirt_1.%.bbappend b/meta-openstack/recipes-extended/libvirt/libvirt_1.%.bbappend
index 195633b..874bfd6 100644
--- a/meta-openstack/recipes-extended/libvirt/libvirt_1.%.bbappend
+++ b/meta-openstack/recipes-extended/libvirt/libvirt_1.%.bbappend
@@ -1,5 +1,5 @@
1PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ 1PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \
2 python sanlock ebtables \ 2 python ebtables \
3 ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ 3 ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \
4 " 4 "
5 5