From 87c4889d3976867e498c62ccc2ba48d3cce295e1 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 31 May 2017 11:10:08 +0200 Subject: qemu: Remove dependency on spice spice doesn't compile at the moment and is not essential for our use case Signed-off-by: Adrian Dudau --- meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend index 9d774c4..7880fd8 100644 --- a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend +++ b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend @@ -1,6 +1,6 @@ PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp" -PACKAGECONFIG ?= "fdt spice virtfs libcap-ng" +PACKAGECONFIG ?= "fdt virtfs libcap-ng" PACKAGECONFIG_class-native = "fdt" PACKAGECONFIG_class-nativesdk = "fdt" -- cgit v1.2.3-54-g00ecf