From: Philip Balister Date: Wed, 23 Dec 2009 18:39:28 +0000 (-0500) Subject: cppunit : Change recipe to use autotools_stage. X-Git-Tag: Release-2010-05/1~1168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f36e0f455f077bd3c41d9be07f70a15107ac67;p=openembedded.git cppunit : Change recipe to use autotools_stage. * This stages m4 macro for use by autotools. --- diff --git a/recipes/cppunit/cppunit_1.12.1.bb b/recipes/cppunit/cppunit_1.12.1.bb index e4c146eede..da0fcfa60a 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} -}