[oe-commits] Koen Kooi : cppunit: add 1.21.1

git version control git at git.openembedded.org
Mon Jun 20 07:40:35 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 634e471d47824688ee9b958977137aca0e1528eb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=634e471d47824688ee9b958977137aca0e1528eb

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Jun 18 10:34:32 2011 +0200

cppunit: add 1.21.1

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb |   25 ++++++++-----------
 1 files changed, 11 insertions(+), 14 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
index 738b5df..6487a3a 100644
--- a/meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb
+++ b/meta-oe/recipes-devtools/cppunit/cppunit_1.12.1.bb
@@ -1,19 +1,16 @@
-# 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"
+DESCRIPTION = "CppUnit is a C++ unit testing framework"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/cppunit/cppunit-${PV}.tar.gz"
+SRC_URI[md5sum] = "bd30e9cf5523cdfc019b94f5e1d7fd19"
+SRC_URI[sha256sum] = "ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a"
 
 inherit autotools binconfig
 
-CXXFLAGS_powerpc += "-lstdc++"
-
-
-SRC_URI[md5sum] = "bd30e9cf5523cdfc019b94f5e1d7fd19"
-SRC_URI[sha256sum] = "ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a"
+# Fix a linker ordering problem, we want -ldl *after* -lstdc++
+do_configure_append() {
+	for i in $(find ${S} -name "Makefile") ; do
+		sed -i -e 's:-lm:-lm -ldl:g' $i
+	done
+}





More information about the Openembedded-commits mailing list