aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cppunit
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-11-16 12:52:30 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-16 12:52:30 +0000
commitc8afe42fd3fb21b8219d2f23baec4b19580e1f5a (patch)
treeff6c4f929ecf027b3750c16c28a5cad61148dade /packages/cppunit
parent7df1a01dad4cd9c95ffab7fca3f6207dff52f98b (diff)
downloadopenembedded-c8afe42fd3fb21b8219d2f23baec4b19580e1f5a.tar.gz
Add new .bb files from Phillips Research:
* cmake-native 2.2.2 * cppunit 1.10.2 * libdbi 0.7.2 * libdbi-drivers 0.7.1 (sqlite only) * libexif 0.6.9 * live554 cvs20051005
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}
+}