summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/qemu
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-08-05 16:29:44 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-08-06 09:35:50 -0400
commit50c494e491630c6e0365111dfa7f64ec1519a4f1 (patch)
treeb9102929106131d93f641eb8beb94b0281705258 /meta-openstack/recipes-devtools/qemu
parent5acadde73c606f2e613204bb9f9b9cca0a94389c (diff)
downloadmeta-cloud-services-50c494e491630c6e0365111dfa7f64ec1519a4f1.tar.gz
meta-openstack: add wildcard to qemu bbappend
This is currently a dangling bbappend as qemu is now version 2.4.0. The content of the bbappend appears to still be relevant, with some minor cleanup, so simply renaming this bbappend to apply to a range of releases. 'virtfs' enables 'attr' and 'attr' is not a standalone pkgconfig so drop this. Pkgconfig 'cap-ng' has been renamed to 'libcap-ng', so follow suit. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/qemu')
-rw-r--r--meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend (renamed from meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
index 1c8c682..ca8274e 100644
--- a/meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend
+++ b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
@@ -1,5 +1,5 @@
1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," 1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice,"
2 2
3PACKAGECONFIG ?= "fdt spice virtfs attr cap-ng" 3PACKAGECONFIG ?= "fdt spice virtfs libcap-ng"
4PACKAGECONFIG_class-native = "fdt" 4PACKAGECONFIG_class-native = "fdt"
5PACKAGECONFIG_class-nativesdk = "fdt" 5PACKAGECONFIG_class-nativesdk = "fdt"