diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-19 17:20:41 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-19 17:20:41 +0200 |
| commit | 8bd6b6a8d125b2b256038b0be0fb06660657d379 (patch) | |
| tree | 2ce14a395b8405aab513a3eef1385221c251b315 /recipes/commoncpp | |
| parent | a6dbb78ab591783e682ec1e4732d459603bb5e61 (diff) | |
| parent | 4b69920cc706ce3465a98b806aba04477be90381 (diff) | |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/commoncpp')
| -rw-r--r-- | recipes/commoncpp/commoncpp2/configure.ac.patch | 12 | ||||
| -rw-r--r-- | recipes/commoncpp/commoncpp2_1.7.1.bb | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/recipes/commoncpp/commoncpp2/configure.ac.patch b/recipes/commoncpp/commoncpp2/configure.ac.patch new file mode 100644 index 0000000000..5f4090bb44 --- /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 0000000000..d89c34abff --- /dev/null +++ b/recipes/commoncpp/commoncpp2_1.7.1.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "GNU Common C++" +HOMEPAGE = "http://freshmeat.net/projects/commoncpp2" +LICENSE = "GPL" +PR="r2" +PARALLEL_MAKE = "" + +SRC_URI = "ftp://ftp.gnu.org/gnu/commoncpp/commoncpp2-${PV}.tar.gz \ + file://configure.ac.patch;patch=1" + +inherit autotools pkgconfig autotools_stage binconfig |
