From d8482aab881e1328ffa552ac8200eea2de0d0d4a Mon Sep 17 00:00:00 2001 From: He Zhe Date: Fri, 20 May 2016 14:27:23 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/qemu/qemu_2.%.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/qemu') 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 @@ PACKAGECONFIG[spice] = "--enable-spice,--disable-spice,spice," +PACKAGECONFIG[libseccomp] = "--enable-seccomp,--disable-seccomp,libseccomp,libseccomp" PACKAGECONFIG ?= "fdt spice virtfs libcap-ng" PACKAGECONFIG_class-native = "fdt" -- cgit v1.2.3-54-g00ecf