From: Richard Purdie Date: Wed, 13 Jul 2022 22:04:33 +0000 (+0100) Subject: qemu: Add PACKAGECONFIG for brlapi X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3619 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=482471a617e5f682416b7ec1a920dfaeac65f1a3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: Add PACKAGECONFIG for brlapi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index c412d416d5a..e5e644453df 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -189,6 +189,7 @@ PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" PACKAGECONFIG[rdma] = "--enable-rdma,--disable-rdma" PACKAGECONFIG[vde] = "--enable-vde,--disable-vde" PACKAGECONFIG[slirp] = "--enable-slirp=internal,--disable-slirp" +PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" INSANE_SKIP:${PN} = "arch"