From: Richard Purdie Date: Wed, 13 Jul 2022 22:04:33 +0000 (+0100) Subject: qemu: Add PACKAGECONFIG for brlapi X-Git-Tag: 2020-04.20~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f547c9610f8c17c3da9ca3f7a79902d2ffbfca49;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git qemu: Add PACKAGECONFIG for brlapi Signed-off-by: Richard Purdie (cherry picked from commit 482471a617e5f682416b7ec1a920dfaeac65f1a3) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index b432b012243..368be9979a8 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -273,6 +273,7 @@ PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone" # libnfs is currently provided by meta-kodi PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs" +PACKAGECONFIG[brlapi] = "--enable-brlapi,--disable-brlapi" INSANE_SKIP_${PN} = "arch"