aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2019-11-07 11:15:34 +0000
committerKhem Raj <raj.khem@gmail.com>2019-11-07 17:43:43 -0800
commitab4a5a119e08f6e40762aff791cca66e5699fbdb (patch)
treebabae1514c7b9999a28a7da142602786089fd926
parent209bc3d65a100f39d615f9075ec832ebc6df48e1 (diff)
downloadmeta-openembedded-contrib-ab4a5a119e08f6e40762aff791cca66e5699fbdb.tar.gz
cunit: allow to build a -native package
This will e.g. enable us to use it from nghttp2-native Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-test/cunit/cunit_2.1-3.bb2
1 files changed, 2 insertions, 0 deletions
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 c9d87e36d0..98f2cacf10 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"