From c93581f393bcc8e2f1a0f2a5763a5e4b92744be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 19 Dec 2015 00:15:07 +0100 Subject: [PATCH] cppunit: extend to native build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-devtools/cppunit/cppunit_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-devtools/cppunit/cppunit_%.bbappend diff --git a/recipes-devtools/cppunit/cppunit_%.bbappend b/recipes-devtools/cppunit/cppunit_%.bbappend new file mode 100644 index 0000000..d3267ac --- /dev/null +++ b/recipes-devtools/cppunit/cppunit_%.bbappend @@ -0,0 +1 @@ +BBCLASSEXTEND = "native"