From ab4a5a119e08f6e40762aff791cca66e5699fbdb Mon Sep 17 00:00:00 2001 From: André Draszik Date: Thu, 7 Nov 2019 11:15:34 +0000 Subject: cunit: allow to build a -native package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will e.g. enable us to use it from nghttp2-native Signed-off-by: André Draszik Signed-off-by: Khem Raj --- 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 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" -- cgit 1.2.3-korg