[oe] [meta-oe][PATCH 2/3] cunit: allow to build a -native package

André Draszik git at andred.net
Thu Nov 7 11:15:34 UTC 2019


This will e.g. enable us to use it from nghttp2-native

Signed-off-by: André Draszik <git at andred.net>
---
 meta-oe/recipes-test/cunit/cunit_2.1-3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
index c9d87e36d..98f2cacf1 100644
--- a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
+++ b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
@@ -17,3 +17,5 @@ EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-con
 
 FILES_${PN}-dev += "${datadir}/CUnit"
 FILES_${PN}-doc += "${docdir}"
+
+BBCLASSEXTEND = "native"
-- 
2.23.0.rc1



More information about the Openembedded-devel mailing list