diff mbox series

[dunfell,8/9] qemu: Add PACKAGECONFIG for rbd

Message ID bb32854dbe68335d834aaa80e42d6a524ea4e1b2.1665678874.git.steve@sakoman.com
State Accepted, archived
Commit bb32854dbe68335d834aaa80e42d6a524ea4e1b2
Headers show
Series [dunfell,1/9] dhcp: Fix CVE-2022-2928 & CVE-2022-2929 | expand

Commit Message

Steve Sakoman Oct. 13, 2022, 4:36 p.m. UTC
Avoid accidentally linking to the rbd library from the host by
adding a PACKAGECONFIG for the option.

Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index cdd615997f..d85db8f800 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -276,6 +276,7 @@  PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
 PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs"
 PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi"
 PACKAGECONFIG[vde] = "--enable-vde,--disable-vde"
+PACKAGECONFIG[rbd] = "--enable-rbd,--disable-rbd"
 
 INSANE_SKIP_${PN} = "arch"