diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-17 21:41:22 +0100 |
commit | c58cc7d3796dcee6e93885c835ed04cb566abeb2 (patch) | |
tree | 3eea4d4ef6a4ef79e0f4e025d7012c1a5cc38835 /meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb | |
parent | eec6ab97f712e06eb52c9f7c99e19ffab3ce9d74 (diff) | |
download | meta-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/cppunit_1.12.1.bb')
-rw-r--r-- | meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb | 19 |
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 | |||
5 | DESCRIPTION = "Unit Testing Library for C++" | ||
6 | HOMEPAGE = "http://cppunit.sourceforge.net/" | ||
7 | LICENSE = "LGPL" | ||
8 | SECTION = "devel" | ||
9 | PR = "r1" | ||
10 | |||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/cppunit/cppunit-${PV}.tar.gz" | ||
12 | |||
13 | inherit autotools binconfig | ||
14 | |||
15 | CXXFLAGS_powerpc += "-lstdc++" | ||
16 | |||
17 | |||
18 | SRC_URI[md5sum] = "bd30e9cf5523cdfc019b94f5e1d7fd19" | ||
19 | SRC_URI[sha256sum] = "ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a" | ||