]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
qemu: Add PACKAGECONFIG for rbd
authorSteve Sakoman <steve@sakoman.com>
Wed, 12 Oct 2022 15:10:06 +0000 (05:10 -1000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 12 Oct 2022 15:10:06 +0000 (05:10 -1000)
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

index cdd615997f61398fa72704a28b83c408a947b0cd..d85db8f80029b868a434f4096aefa8d01a5d8ff8 100644 (file)
@@ -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"