summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-03-26 09:25:50 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-26 09:26:45 -0400
commit681c9eca5f48333d6afd28f31909b89abf8aee05 (patch)
tree9089a749f4252bf654b9709151d604213eedc315 /meta-openstack
parentd51c45ef928ccc33bdfe65ca13c78c42be01705a (diff)
downloadmeta-cloud-services-681c9eca5f48333d6afd28f31909b89abf8aee05.tar.gz
qemu: inhibit spice dependency for native and native-sdk builds
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend
index c5d0b2d..a7e0db9 100644
--- a/meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend
+++ b/meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend
@@ -1,3 +1,5 @@
1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," 1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice,"
2 2
3PACKAGECONFIG ?= "spice virtfs" 3PACKAGECONFIG ?= "spice virtfs"
4PACKAGECONFIG_class-native = ""
5PACKAGECONFIG_class-nativesdk = "" \ No newline at end of file