summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-11 13:23:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-12 12:52:48 +0100
commit2a0f3cb225e4d5471155abbcd05d09bd6bf1620f (patch)
treed0c54e61313b37daac1db82c55bee766e3b4d243
parent052ef1f14d1e6a5ee34f742f65e51b20b416f79f (diff)
downloadopenembedded-core-contrib-2a0f3cb225e4d5471155abbcd05d09bd6bf1620f.tar.gz
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 <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index ef4e949805..070913b2d3 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"