summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/cppunit
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-17 21:41:22 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-17 21:41:22 +0100
commitc58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch)
tree3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /meta-oe/recipes-devtools/cppunit
parenteec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff)
downloadmeta-openembedded-c58cc7d3796dcee6e93885c835ed04cb566abeb2.tar.gz
move layer into meta-oe in preparation for future splits
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/cppunit')
-rw-r--r--meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb19
1 files changed, 19 insertions, 0 deletions
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 000000000..738b5df63
--- /dev/null
+++ b/meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb
@@ -0,0 +1,19 @@
1# cppunit OE build file
2# Copyright (C) 2005, Koninklijke Philips Electronics NV. All Rights Reserved
3# Released under the MIT license (see packages/COPYING)
4
5DESCRIPTION = "Unit Testing Library for C++"
6HOMEPAGE = "http://cppunit.sourceforge.net/"
7LICENSE = "LGPL"
8SECTION = "devel"
9PR = "r1"
10
11SRC_URI = "${SOURCEFORGE_MIRROR}/cppunit/cppunit-${PV}.tar.gz"
12
13inherit autotools binconfig
14
15CXXFLAGS_powerpc += "-lstdc++"
16
17
18SRC_URI[md5sum] = "bd30e9cf5523cdfc019b94f5e1d7fd19"
19SRC_URI[sha256sum] = "ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a"