From 2ea050d3fbe38d1ce54b0981def862c5ecfe84a0 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. (From OE-Core rev: bb32854dbe68335d834aaa80e42d6a524ea4e1b2) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- 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 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"