From 6c6b36198dd307cae763bab498da9c3e9d2cf2ef Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Tue, 24 Jun 2014 17:26:30 -0400 Subject: qemu: add attr and cap-ng dependencies In qemu, the virtfs configuration option requires attr and cap-ng. Adding "attr" to a PACKAGECONFIG[virtfs] doesn't work because this only adds "attr" as a package dependency but doesn't set the configuration option for generating the correct configure command line. This fix explicitly adds the two required configuration options to the configuration line since virtfs is already specified as a desired configuration option. Signed-off-by: Keith Holman Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a7e0db9..f100c28 100644 --- a/meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend +++ b/meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend @@ -1,5 +1,5 @@ PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," -PACKAGECONFIG ?= "spice virtfs" +PACKAGECONFIG ?= "spice virtfs attr cap-ng" PACKAGECONFIG_class-native = "" PACKAGECONFIG_class-nativesdk = "" \ No newline at end of file -- cgit v1.2.3-54-g00ecf