From bb32854dbe68335d834aaa80e42d6a524ea4e1b2 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Wed, 12 Oct 2022 05:10:06 -1000 Subject: [PATCH] qemu: Add PACKAGECONFIG for rbd Avoid accidentally linking to the rbd library from the host by adding a PACKAGECONFIG for the option. Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index cdd615997f6..d85db8f8002 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" -- 2.47.3