diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-26 09:25:50 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-26 09:26:45 -0400 |
| commit | 681c9eca5f48333d6afd28f31909b89abf8aee05 (patch) | |
| tree | 9089a749f4252bf654b9709151d604213eedc315 /meta-openstack | |
| parent | d51c45ef928ccc33bdfe65ca13c78c42be01705a (diff) | |
| download | meta-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.bbappend | 2 |
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 @@ | |||
| 1 | PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," | 1 | PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," |
| 2 | 2 | ||
| 3 | PACKAGECONFIG ?= "spice virtfs" | 3 | PACKAGECONFIG ?= "spice virtfs" |
| 4 | PACKAGECONFIG_class-native = "" | ||
| 5 | PACKAGECONFIG_class-nativesdk = "" \ No newline at end of file | ||
