From: Richard Purdie Date: Mon, 11 Jul 2022 12:23:26 +0000 (+0100) Subject: qemu: Avoid accidental librdmacm linkage X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3654 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a0f3cb225e4d5471155abbcd05d09bd6bf1620f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: Avoid accidental librdmacm linkage Avoid accidentally linking to the rdma library from the host by adding a PACKAGECONFIG for the option. This was found on new Fedora 36 autobuilder workers. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index ef4e949805b..070913b2d33 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -186,6 +186,7 @@ PACKAGECONFIG[pulsedio] = "--enable-pa,--disable-pa,pulseaudio" 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" INSANE_SKIP:${PN} = "arch"