summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/qemu
diff options
context:
space:
mode:
authorKeith Holman <Keith.Holman@windriver.com>2014-06-24 17:26:30 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-25 14:04:09 -0400
commit6c6b36198dd307cae763bab498da9c3e9d2cf2ef (patch)
treeb9702f9ea71d0ca329c6d183bb08f30fc59c0d14 /meta-openstack/recipes-devtools/qemu
parentbe8499a4a381865ac2d20b40e663eec900304a51 (diff)
downloadmeta-cloud-services-6c6b36198dd307cae763bab498da9c3e9d2cf2ef.tar.gz
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 <Keith.Holman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/qemu')
-rw-r--r--meta-openstack/recipes-devtools/qemu/qemu_1.7.0.bbappend2
1 files changed, 1 insertions, 1 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 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 @@
1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," 1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice,"
2 2
3PACKAGECONFIG ?= "spice virtfs" 3PACKAGECONFIG ?= "spice virtfs attr cap-ng"
4PACKAGECONFIG_class-native = "" 4PACKAGECONFIG_class-native = ""
5PACKAGECONFIG_class-nativesdk = "" \ No newline at end of file 5PACKAGECONFIG_class-nativesdk = "" \ No newline at end of file