From c58cc7d3796dcee6e93885c835ed04cb566abeb2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 17 Mar 2011 21:41:22 +0100 Subject: move layer into meta-oe in preparation for future splits As per TSC decision Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb (limited to 'meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb') diff --git a/meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb b/meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb new file mode 100644 index 0000000000..738b5df636 --- /dev/null +++ b/meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb @@ -0,0 +1,19 @@ +# cppunit OE build file +# Copyright (C) 2005, Koninklijke Philips Electronics NV. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DESCRIPTION = "Unit Testing Library for C++" +HOMEPAGE = "http://cppunit.sourceforge.net/" +LICENSE = "LGPL" +SECTION = "devel" +PR = "r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/cppunit/cppunit-${PV}.tar.gz" + +inherit autotools binconfig + +CXXFLAGS_powerpc += "-lstdc++" + + +SRC_URI[md5sum] = "bd30e9cf5523cdfc019b94f5e1d7fd19" +SRC_URI[sha256sum] = "ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a" -- cgit 1.2.3-korg