summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-08-06 10:13:13 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-08-10 09:50:41 -0400
commita18dfc685a18619324d0668117a4bbdb3f1b68a6 (patch)
tree6d05956a2bca7aea3fc5c5b19f26872aa9b0bce9 /meta-openstack/recipes-extended
parentf71a2316692693f961d54881ef3863a4ee1d3341 (diff)
downloadmeta-cloud-services-a18dfc685a18619324d0668117a4bbdb3f1b68a6.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/recipes-extended')
-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