From d0875a6a1c25fb866f00a266ddb8916b0ff04f3c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 21 May 2015 14:52:06 -0400 Subject: 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 --- meta-openstack/recipes-devtools/qemu/qemu_2.1.0.bbappend | 4 +--- 1 file changed, 1 insertion(+), 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 @@ -PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," - -PACKAGECONFIG ?= "fdt spice virtfs attr cap-ng" +PACKAGECONFIG ?= "fdt virtfs attr cap-ng" PACKAGECONFIG_class-native = "fdt" PACKAGECONFIG_class-nativesdk = "fdt" -- cgit v1.2.3-54-g00ecf