diff options
author | Philip Balister <philip@balister.org> | 2009-12-23 13:39:28 -0500 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-12-23 13:39:28 -0500 |
commit | c0f36e0f455f077bd3c41d9be07f70a15107ac67 (patch) | |
tree | 395d8fcd2c8d440983e82fb8e95af162d94739f5 /recipes/cppunit | |
parent | 73ef49d4f4ae7c1079b6e32abcc8fc4055755dea (diff) |
cppunit : Change recipe to use autotools_stage.
* This stages m4 macro for use by autotools.
Diffstat (limited to 'recipes/cppunit')
-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} -} |