diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-11 13:23:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-12 12:52:52 +0100 |
| commit | 988e362b145819695f963d5da07a0c4807c38a54 (patch) | |
| tree | e977a419091500930734121c226bf02e07d3b131 /meta/recipes-devtools/qemu | |
| parent | 5e7b817524a8e69a5d72e121db3cd4eead0f2b3a (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
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" | |||
| 186 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" | 186 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux" |
| 187 | PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf" | 187 | PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf" |
| 188 | PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" | 188 | PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" |
| 189 | PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma" | ||
| 189 | 190 | ||
| 190 | INSANE_SKIP:${PN} = "arch" | 191 | INSANE_SKIP:${PN} = "arch" |
| 191 | 192 | ||
