[oe-commits] Philip Balister : cppunit : Change recipe to use autotools_stage.

git version control git at git.openembedded.org
Sun Dec 27 17:45:30 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: c0f36e0f455f077bd3c41d9be07f70a15107ac67
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c0f36e0f455f077bd3c41d9be07f70a15107ac67

Author: Philip Balister <philip at balister.org>
Date:   Wed Dec 23 13:39:28 2009 -0500

cppunit : Change recipe to use autotools_stage.
          * This stages m4 macro for use by autotools.

---

 recipes/cppunit/cppunit_1.12.1.bb |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/recipes/cppunit/cppunit_1.12.1.bb b/recipes/cppunit/cppunit_1.12.1.bb
index e4c146e..da0fcfa 100644
--- a/recipes/cppunit/cppunit_1.12.1.bb
+++ b/recipes/cppunit/cppunit_1.12.1.bb
@@ -6,15 +6,11 @@ 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
+inherit autotools_stage binconfig
 
 CXXFLAGS_powerpc += "-lstdc++"
 
-do_stage () {
-	autotools_stage_includes
-	cd ./src/cppunit/.libs/
-	oe_libinstall -a -so libcppunit ${STAGING_LIBDIR}
-}





More information about the Openembedded-commits mailing list