[oe-commits] Frans Meulenbroeks : gnu common c++ lib: added recipe

git version control git at git.openembedded.org
Thu Oct 22 09:30:04 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 2e2cc2b2a34f4fc7e91b54cbfd924040a733358e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2e2cc2b2a34f4fc7e91b54cbfd924040a733358e

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Mon Oct 19 11:50:24 2009 +0200

gnu common c++ lib: added recipe

---

 conf/checksums.ini                              |    4 ++++
 recipes/commoncpp/commoncpp2/configure.ac.patch |   12 ++++++++++++
 recipes/commoncpp/commoncpp2_1.7.1.bb           |    8 ++++++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 15734cf..fac037d 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -4098,6 +4098,10 @@ sha256=21341f1900b0fe919a2ad057c334f5d7172588e4262b3d1b0904da03a9db0cff
 md5=bfbe68606f2448b58836fb79b2582e71
 sha256=6794620f5663442246f6ae1bb6695fd120a1a6024c455da457ae4037b3ee6826
 
+[ftp://ftp.gnu.org/gnu/commoncpp/commoncpp2-1.7.1.tar.gz]
+md5=e1041356c3129e4d3d3d6a44f281d905
+sha256=cc0a7b96fd103154de70e8abfa5c5e3a6c8b9f5ca88f78aada4885c92ae089ba
+
 [http://www.apache.org/dist/commons/beanutils/source/commons-beanutils-1.8.0-src.tar.gz]
 md5=1bce3cfa4ae33c94686422e78abc0792
 sha256=aff3c8c772e4ff32f2d9a37a727a488583372e45535a3d5aad09662691851dcf
diff --git a/recipes/commoncpp/commoncpp2/configure.ac.patch b/recipes/commoncpp/commoncpp2/configure.ac.patch
new file mode 100644
index 0000000..5f4090b
--- /dev/null
+++ b/recipes/commoncpp/commoncpp2/configure.ac.patch
@@ -0,0 +1,12 @@
+Index: commoncpp2-1.7.1/configure.ac
+===================================================================
+--- commoncpp2-1.7.1.orig/configure.ac
++++ commoncpp2-1.7.1/configure.ac
+@@ -10,6 +10,7 @@
+ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ 
+ AC_INIT(src/thread.cpp)
++m4_pattern_allow(LT_VERSION)
+ 
+ VERSION="1.7.1"
+ LT_RELEASE="1.7"
diff --git a/recipes/commoncpp/commoncpp2_1.7.1.bb b/recipes/commoncpp/commoncpp2_1.7.1.bb
new file mode 100644
index 0000000..9a7729b
--- /dev/null
+++ b/recipes/commoncpp/commoncpp2_1.7.1.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "GNU Common C++"
+HOMEPAGE = "http://freshmeat.net/projects/commoncpp2"
+LICENSE = "GPL"
+PR="r0"
+SRC_URI = "ftp://ftp.gnu.org/gnu/commoncpp/commoncpp2-${PV}.tar.gz \
+	file://configure.ac.patch;patch=1"
+
+inherit autotools pkgconfig





More information about the Openembedded-commits mailing list