git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73ef49d
)
cppunit : Change recipe to use autotools_stage.
author
Philip Balister
<philip@balister.org>
Wed, 23 Dec 2009 18:39:28 +0000
(13:39 -0500)
committer
Philip Balister
<philip@balister.org>
Wed, 23 Dec 2009 18:39:28 +0000
(13:39 -0500)
* This stages m4 macro for use by autotools.
recipes/cppunit/cppunit_1.12.1.bb
patch
|
blob
|
history
diff --git
a/recipes/cppunit/cppunit_1.12.1.bb
b/recipes/cppunit/cppunit_1.12.1.bb
index
e4c146e
..
da0fcfa
100644
(file)
--- 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}
-}