diff options
author | Steve Sakoman <steve@sakoman.com> | 2022-07-12 11:18:30 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-14 23:22:09 +0100 |
commit | e589b3e6ef661fe6a2c82ddf7fa9c1bbf3183bf9 (patch) | |
tree | 0b2091eb06a220a7c7dc39a2e7bb0be0457c4632 /meta/recipes-devtools/qemu | |
parent | e65ee81d621e679107b5f4ef2dbbb8d1786e93ad (diff) | |
download | poky-e589b3e6ef661fe6a2c82ddf7fa9c1bbf3183bf9.tar.gz |
qemu: Avoid accidental libvdeplug linkage
Avoid accidentally linking to the vde library from the host by
adding a PACKAGECONFIG for the option.
(From OE-Core rev: 8839e9540528b0b46c4fb4f95e508f038bcef8b9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 070913b2d3..16674eb5ad 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -187,6 +187,7 @@ 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 | PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma" |
190 | PACKAGECONFIG[vde] = "--enable-vde,--disable-vde" | ||
190 | 191 | ||
191 | INSANE_SKIP:${PN} = "arch" | 192 | INSANE_SKIP:${PN} = "arch" |
192 | 193 | ||