diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-02 23:48:06 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-02 23:48:06 -0500 |
commit | ba2cf4dfc0e3e05bbee01ef27224f8cd228a117f (patch) | |
tree | ebca9514044ed7e777f2b20247d24684c21f4a33 /meta-openstack/recipes-dangling/libvirt/libvirt_1.0.3.bbappend | |
parent | 8f1c167d0a7dc568a9dfc835073af7eb5de59a91 (diff) | |
download | meta-cloud-services-ba2cf4dfc0e3e05bbee01ef27224f8cd228a117f.tar.gz |
bbappends: move old appends to "dangling" and introduce new appends
Syncing to oe-core, and meta-oe master of January 30th 2014.
- introduced required new bbappends
To keep compatiblity with older versions of oe-core and meta-oe,
old bbappends are kept, but they are moved to the "dangling"
recipe group.
If any bbappend warnings show outside of the dangling recipes,
they should be investigated.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-dangling/libvirt/libvirt_1.0.3.bbappend')
-rw-r--r-- | meta-openstack/recipes-dangling/libvirt/libvirt_1.0.3.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-dangling/libvirt/libvirt_1.0.3.bbappend b/meta-openstack/recipes-dangling/libvirt/libvirt_1.0.3.bbappend new file mode 100644 index 0000000..3a6634e --- /dev/null +++ b/meta-openstack/recipes-dangling/libvirt/libvirt_1.0.3.bbappend | |||
@@ -0,0 +1,4 @@ | |||
1 | PACKAGECONFIG ?= "qemu lxc test remote macvtap libvirtd udev yajl \ | ||
2 | python numactl sanlock ebtables \ | ||
3 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | ||
4 | " | ||