From: Steve Sakoman Date: Wed, 12 Oct 2022 15:10:06 +0000 (-1000) Subject: qemu: Add PACKAGECONFIG for rbd X-Git-Tag: 2020-04.21-dunfell~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb32854dbe68335d834aaa80e42d6a524ea4e1b2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 --- 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"