update cppunit version to 1.12.1
authorLucian Ion <luciani@microsol.ie>
Thu, 4 Jun 2009 11:58:48 +0000 (12:58 +0100)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Thu, 4 Jun 2009 14:32:18 +0000 (16:32 +0200)
recipes/cppunit/cppunit_1.12.1.bb [new file with mode: 0644]

diff --git a/recipes/cppunit/cppunit_1.12.1.bb b/recipes/cppunit/cppunit_1.12.1.bb
new file mode 100644 (file)
index 0000000..e4c146e
--- /dev/null
@@ -0,0 +1,20 @@
+# 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"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/cppunit/cppunit-${PV}.tar.gz"
+
+inherit autotools binconfig
+
+CXXFLAGS_powerpc += "-lstdc++"
+
+do_stage () {
+       autotools_stage_includes
+       cd ./src/cppunit/.libs/
+       oe_libinstall -a -so libcppunit ${STAGING_LIBDIR}
+}