diff options
Diffstat (limited to 'recipes/cppunit/cppunit_1.12.1.bb')
-rw-r--r-- | 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 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} -} |