summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-05-21 14:52:06 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-05-21 14:52:09 -0400
commitd0875a6a1c25fb866f00a266ddb8916b0ff04f3c (patch)
tree139e6332d7f2aa70e478506d49d3768e6841e58e
parent7843b565ce30dbd7f84a78dc658c1da13f8707a4 (diff)
downloadmeta-cloud-services-d0875a6a1c25fb866f00a266ddb8916b0ff04f3c.tar.gz
qemu: drop spice from default packageconfig
Spice is in meta-cloud-services, so we'll move that package config item there. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/qemu/qemu_2.1.0.bbappend4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.1.0.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.1.0.bbappend
index 1c8c682..7af292a 100644
--- a/meta-openstack/recipes-devtools/qemu/qemu_2.1.0.bbappend
+++ b/meta-openstack/recipes-devtools/qemu/qemu_2.1.0.bbappend
@@ -1,5 +1,3 @@
1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," 1PACKAGECONFIG ?= "fdt virtfs attr cap-ng"
2
3PACKAGECONFIG ?= "fdt spice virtfs attr cap-ng"
4PACKAGECONFIG_class-native = "fdt" 2PACKAGECONFIG_class-native = "fdt"
5PACKAGECONFIG_class-nativesdk = "fdt" 3PACKAGECONFIG_class-nativesdk = "fdt"