diff options
author | Keith Holman <Keith.Holman@windriver.com> | 2014-06-24 17:26:30 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-25 14:04:09 -0400 |
commit | 6c6b36198dd307cae763bab498da9c3e9d2cf2ef (patch) | |
tree | b9702f9ea71d0ca329c6d183bb08f30fc59c0d14 /meta-openstack/recipes-devtools/qemu | |
parent | be8499a4a381865ac2d20b40e663eec900304a51 (diff) | |
download | meta-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.bbappend | 2 |
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 @@ | |||
1 | PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," | 1 | PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," |
2 | 2 | ||
3 | PACKAGECONFIG ?= "spice virtfs" | 3 | PACKAGECONFIG ?= "spice virtfs attr cap-ng" |
4 | PACKAGECONFIG_class-native = "" | 4 | PACKAGECONFIG_class-native = "" |
5 | PACKAGECONFIG_class-nativesdk = "" \ No newline at end of file | 5 | PACKAGECONFIG_class-nativesdk = "" \ No newline at end of file |