diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-05-31 11:10:08 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-06-07 11:44:16 +0200 |
| commit | 87c4889d3976867e498c62ccc2ba48d3cce295e1 (patch) | |
| tree | e8ace687e083a1ab8a6299e613e709e217eb0ac1 /meta-openstack | |
| parent | 81fb2cfed6444554c41559ba81a95a4dd47bdae6 (diff) | |
| download | meta-cloud-services-87c4889d3976867e498c62ccc2ba48d3cce295e1.tar.gz | |
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 <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," | 1 | PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," |
| 2 | PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp" | 2 | PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp" |
| 3 | 3 | ||
| 4 | PACKAGECONFIG ?= "fdt spice virtfs libcap-ng" | 4 | PACKAGECONFIG ?= "fdt virtfs libcap-ng" |
| 5 | PACKAGECONFIG_class-native = "fdt" | 5 | PACKAGECONFIG_class-native = "fdt" |
| 6 | PACKAGECONFIG_class-nativesdk = "fdt" | 6 | PACKAGECONFIG_class-nativesdk = "fdt" |
