summaryrefslogtreecommitdiffstats
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-16 06:52:45 +0100
commitb7a414eaf02c2f67dcef630288ed9fba1bc5eff0 (patch)
tree18f7d45643ae092202861159e044cf5154b631f9
parent85eb363d3a02b96f120d15b89282c83286102fa3 (diff)
downloadpoky-b7a414eaf02c2f67dcef630288ed9fba1bc5eff0.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: 83ab9f51f45b73ff595fbb8d519eee4f4d48e308) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"
201PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf" 201PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf"
202PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" 202PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
203PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma" 203PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma"
204PACKAGECONFIG[vde] = "--enable-vde,--disable-vde"
204 205
205INSANE_SKIP:${PN} = "arch" 206INSANE_SKIP:${PN} = "arch"
206 207