From 50c494e491630c6e0365111dfa7f64ec1519a4f1 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 5 Aug 2015 16:29:44 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend | 5 +++++ meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend delete mode 100644 meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend new file mode 100644 index 0000000..ca8274e --- /dev/null +++ b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend @@ -0,0 +1,5 @@ +PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," + +PACKAGECONFIG ?= "fdt spice virtfs libcap-ng" +PACKAGECONFIG_class-native = "fdt" +PACKAGECONFIG_class-nativesdk = "fdt" diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend deleted file mode 100644 index 1c8c682..0000000 --- a/meta-openstack/recipes-devtools/qemu/qemu_2.2.0.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," - -PACKAGECONFIG ?= "fdt spice virtfs attr cap-ng" -PACKAGECONFIG_class-native = "fdt" -PACKAGECONFIG_class-nativesdk = "fdt" -- cgit v1.2.3-54-g00ecf