summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
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:52 +0100
commit988e362b145819695f963d5da07a0c4807c38a54 (patch)
treee977a419091500930734121c226bf02e07d3b131 /meta/recipes-devtools/qemu/qemu.inc
parent5e7b817524a8e69a5d72e121db3cd4eead0f2b3a (diff)
downloadpoky-988e362b145819695f963d5da07a0c4807c38a54.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. (From OE-Core rev: 2a0f3cb225e4d5471155abbcd05d09bd6bf1620f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-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"
186PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" 186PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux"
187PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf" 187PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf"
188PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" 188PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
189PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma"
189 190
190INSANE_SKIP:${PN} = "arch" 191INSANE_SKIP:${PN} = "arch"
191 192