From dd5b211eaea39806cfef9bee0d5f5b074bc61cf5 Mon Sep 17 00:00:00 2001 From: Andreas Helbech Kleist Date: Thu, 2 Mar 2023 14:44:41 +0100 Subject: [PATCH] cli11: enable native/nativesdk builds Signed-off-by: Andreas Helbech Kleist Signed-off-by: Khem Raj --- meta-oe/recipes-support/cli11/cli11_2.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/cli11/cli11_2.3.2.bb b/meta-oe/recipes-support/cli11/cli11_2.3.2.bb index 313973326d..b9ff914da4 100644 --- a/meta-oe/recipes-support/cli11/cli11_2.3.2.bb +++ b/meta-oe/recipes-support/cli11/cli11_2.3.2.bb @@ -23,3 +23,5 @@ inherit ptest # cli11 is a header only C++ library, so the main package will be empty. RDEPENDS:${PN}-dev = "" + +BBCLASSEXTEND = "native nativesdk"