summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-10-30 10:10:03 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2017-11-02 15:56:47 +0100
commit43082a2b96757a6a6f4b6c72dc216627b6ec8b41 (patch)
treeab50b072d0b03693713414b99e0bffdf27d95653
parent5fe3fa0aa9308694d7558f9dc9ecc07ed8e0e4e7 (diff)
downloadmeta-cloud-services-43082a2b96757a6a6f4b6c72dc216627b6ec8b41.tar.gz
Revert "qemu: Remove dependency on spice"
This reverts commit 87c4889d3976867e498c62ccc2ba48d3cce295e1. SPICE is needed for Openstack integration and the issue has to be solved. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
index 7880fd8..9d774c4 100644
--- a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
+++ b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
@@ -1,6 +1,6 @@
1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," 1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice,"
2PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp" 2PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp"
3 3
4PACKAGECONFIG ?= "fdt virtfs libcap-ng" 4PACKAGECONFIG ?= "fdt spice virtfs libcap-ng"
5PACKAGECONFIG_class-native = "fdt" 5PACKAGECONFIG_class-native = "fdt"
6PACKAGECONFIG_class-nativesdk = "fdt" 6PACKAGECONFIG_class-nativesdk = "fdt"