diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-11 13:23:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-27 16:54:43 +0100 |
| commit | 8e9e9263e3e6baae0c8458b9b6e3a6d35635df80 (patch) | |
| tree | e75a28be4e91d9fe56b0b434d2f30ed70718bc9e /meta/recipes-devtools | |
| parent | 2ea050d3fbe38d1ce54b0981def862c5ecfe84a0 (diff) | |
| download | poky-8e9e9263e3e6baae0c8458b9b6e3a6d35635df80.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: aa9d0c2b777c10bb6c68b0232d54cbcd1af1493f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2a0f3cb225e4d5471155abbcd05d09bd6bf1620f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -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 d85db8f800..28caefef07 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -277,6 +277,7 @@ PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs" | |||
| 277 | PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" | 277 | PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" |
| 278 | PACKAGECONFIG[vde] = "--enable-vde,--disable-vde" | 278 | PACKAGECONFIG[vde] = "--enable-vde,--disable-vde" |
| 279 | PACKAGECONFIG[rbd] = "--enable-rbd,--disable-rbd" | 279 | PACKAGECONFIG[rbd] = "--enable-rbd,--disable-rbd" |
| 280 | PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma" | ||
| 280 | 281 | ||
| 281 | INSANE_SKIP_${PN} = "arch" | 282 | INSANE_SKIP_${PN} = "arch" |
| 282 | 283 | ||
