summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-07-12 11:18:30 -1000
committerSteve Sakoman <steve@sakoman.com>2022-07-13 11:54:16 -1000
commit83ab9f51f45b73ff595fbb8d519eee4f4d48e308 (patch)
treeca2d13acb969dfa729c4c346a0742b565ce6efc7 /meta/recipes-devtools
parent84390c353d8fee55ae0eeb6a698e45d350f8141b (diff)
downloadopenembedded-core-contrib-83ab9f51f45b73ff595fbb8d519eee4f4d48e308.tar.gz
qemu: Avoid accidental libvdeplug linkage
Avoid accidentally linking to the vde library from the host by adding a PACKAGECONFIG for the option. Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools')
-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 189e0d3f9e..8c5a649c76 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -201,6 +201,7 @@ PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux"
PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf"
PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma"
+PACKAGECONFIG[vde] = "--enable-vde,--disable-vde"
INSANE_SKIP:${PN} = "arch"