summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-07-12 11:18:30 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-14 23:22:09 +0100
commite589b3e6ef661fe6a2c82ddf7fa9c1bbf3183bf9 (patch)
tree0b2091eb06a220a7c7dc39a2e7bb0be0457c4632 /meta/recipes-devtools/qemu/qemu.inc
parente65ee81d621e679107b5f4ef2dbbb8d1786e93ad (diff)
downloadpoky-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/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 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"
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" 189PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma"
190PACKAGECONFIG[vde] = "--enable-vde,--disable-vde"
190 191
191INSANE_SKIP:${PN} = "arch" 192INSANE_SKIP:${PN} = "arch"
192 193