* [meta-oe][PATCH] cppunit: add support for native version
@ 2020-12-16 9:37 Adrian Herrera
0 siblings, 0 replies; only message in thread
From: Adrian Herrera @ 2020-12-16 9:37 UTC (permalink / raw)
To: openembedded-devel; +Cc: Adrian Herrera
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
---
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 92db31e1e..f4871ee77 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"
--
2.29.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-28 20:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-16 9:37 [meta-oe][PATCH] cppunit: add support for native version Adrian Herrera
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.