summaryrefslogtreecommitdiff
path: root/packages/cppunit
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-11-28 20:31:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-28 20:31:23 +0000
commit24715af7cd33bf4e50bc1fa0c50348938bacc928 (patch)
treea57973e388e8f17f105d843e9d4d0bd25eccbeb6 /packages/cppunit
parent0dd6ab7a56866cbedbcba43115530ff9e42b86e5 (diff)
parent4e7ade7c5ebbdca9c9c57a2dcda1fba71944897d (diff)
merge of 44ef2a80f1407b2958e8f750892482362d9bb352
and d6ed8bd922639d616c17c01d270e9edf2bc6b517
Diffstat (limited to 'packages/cppunit')
-rw-r--r--packages/cppunit/.mtn2git_empty0
-rw-r--r--packages/cppunit/cppunit_1.10.2.bb19
2 files changed, 19 insertions, 0 deletions
diff --git a/packages/cppunit/.mtn2git_empty b/packages/cppunit/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/cppunit/.mtn2git_empty
diff --git a/packages/cppunit/cppunit_1.10.2.bb b/packages/cppunit/cppunit_1.10.2.bb
new file mode 100644
index 0000000000..480b869169
--- /dev/null
+++ b/packages/cppunit/cppunit_1.10.2.bb
@@ -0,0 +1,19 @@
+# cppunit OE build file
+# Copyright (C) 2005, Koninklijke Philips Electronics NV. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION = "Unit Testing Library for C++"
+HOMEPAGE = "http://cppunit.sourceforge.net/"
+LICENSE = "LGPL"
+SECTION = "devel"
+MAINTAINER = "Eddy Pronk <epronk@muftor.com>"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/cppunit/cppunit-${PV}.tar.gz"
+
+inherit autotools
+
+do_stage () {
+ autotools_stage_includes
+ cd ./src/cppunit/.libs/
+ oe_libinstall -a -so libcppunit ${STAGING_LIBDIR}
+}