From d88ae3885f10f1abf8bdd2eb1f7baef5bbbd9aae Mon Sep 17 00:00:00 2001 From: Enrico Jörns Date: Sat, 7 Sep 2024 14:36:49 +0200 Subject: libconfuse: provide native and nativesdk support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows to use libconfuse in native tools like 'genimage'. Signed-off-by: Enrico Jörns Signed-off-by: Khem Raj --- meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb b/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb index b8d0536eb3..5811d0b772 100644 --- a/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb +++ b/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb @@ -12,3 +12,5 @@ S = "${WORKDIR}/git" do_configure:prepend(){ (cd ${S} && ${S}/autogen.sh) } + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf