diff mbox series

[meta-oe] cli11: enable native/nativesdk builds

Message ID 20230302134441.1816761-1-andreaskleist@gmail.com
State Under Review
Headers show
Series [meta-oe] cli11: enable native/nativesdk builds | expand

Commit Message

Andreas Helbech Kleist March 2, 2023, 1:44 p.m. UTC
Signed-off-by: Andreas Helbech Kleist <andreaskleist@gmail.com>
---
 meta-oe/recipes-support/cli11/cli11_2.3.2.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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"