From 502f6b66c41f70d5fcaea71aa2220d8c376f5890 Mon Sep 17 00:00:00 2001 From: Adrian Herrera Date: Thu, 14 Jan 2021 11:14:57 +0000 Subject: cppunit: add support for native version This is useful for native tools relying on CppUnit to test their functionality. Signed-off-by: Adrian Herrera Change-Id: I9f6bfcbddf3a67696395eb1061352b9ca1cd7036 Signed-off-by: Khem Raj --- meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit 1.2.3-korg