From: Steve Sakoman Date: Tue, 12 Jul 2022 21:18:30 +0000 (-1000) Subject: qemu: Avoid accidental libvdeplug linkage X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3621 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8839e9540528b0b46c4fb4f95e508f038bcef8b9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: Avoid accidental libvdeplug linkage Avoid accidentally linking to the vde library from the host by adding a PACKAGECONFIG for the option. Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 070913b2d33..16674eb5adb 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -187,6 +187,7 @@ PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf" PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma" +PACKAGECONFIG[vde] = "--enable-vde,--disable-vde" INSANE_SKIP:${PN} = "arch"