aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
diff options
context:
space:
mode:
authorAdrian Herrera <adrian.herrera@arm.com>2021-01-14 11:14:57 +0000
committerKhem Raj <raj.khem@gmail.com>2021-01-14 10:11:15 -0800
commit502f6b66c41f70d5fcaea71aa2220d8c376f5890 (patch)
tree01fc10845481a283419b71507814ef955a498a0e /meta-oe/recipes-test
parent5c97ce5736921873e689b4b38f0e7a98fa5ed29c (diff)
downloadmeta-openembedded-contrib-502f6b66c41f70d5fcaea71aa2220d8c376f5890.tar.gz
cppunit: add support for native version
This is useful for native tools relying on CppUnit to test their functionality. Signed-off-by: Adrian Herrera <adrian.herrera@arm.com> Change-Id: I9f6bfcbddf3a67696395eb1061352b9ca1cd7036 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
-rw-r--r--meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb b/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb
index 92db31e1ea..f4871ee778 100644
--- a/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb
+++ b/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb
@@ -12,3 +12,5 @@ SRC_URI[md5sum] = "9dc669e6145cadd9674873e24943e6dd"
SRC_URI[sha256sum] = "89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7"
inherit autotools
+
+BBCLASSEXTEND = "native"