summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2016-05-20 14:27:23 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-05-20 12:33:03 -0400
commitd8482aab881e1328ffa552ac8200eea2de0d0d4a (patch)
treeade460165b77e207d7df9fca2ddbbb0eb443d62f
parent6101b4214894b0c90427a3b880ba0b6bc0a1d316 (diff)
downloadmeta-cloud-services-d8482aab881e1328ffa552ac8200eea2de0d0d4a.tar.gz
qemu: Add packageconfig for libseccomp to avoid rdepend QA warning
"WARNING: QA Issue: qemu rdepends on libseccomp, but it isn't a build dependency? [build-deps]" Currently qemu itself checks and links with libsecomp(if version >= 2.1.1) for x86 and x86-64, since it is not specified in configure, and causes the above warning. This patch adds packageconfig for libseccomp and set it disabled as default. This feature can be enabled whenever libseccomp exists and is needed. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
index ca8274e..9d774c4 100644
--- a/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
+++ b/meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend
@@ -1,4 +1,5 @@
1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," 1PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice,"
2PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp"
2 3
3PACKAGECONFIG ?= "fdt spice virtfs libcap-ng" 4PACKAGECONFIG ?= "fdt spice virtfs libcap-ng"
4PACKAGECONFIG_class-native = "fdt" 5PACKAGECONFIG_class-native = "fdt"