diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-19 17:46:33 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-19 17:46:33 +0200 |
commit | 01a9c20217af2e2616c263067bd88bda4e3dfdf2 (patch) | |
tree | 7b98a3d6c9ffa80f64371c08bdeae8e93f427006 | |
parent | 83396675e812ff3022426c0065fb9d8b52b4d35e (diff) | |
parent | 4b69920cc706ce3465a98b806aba04477be90381 (diff) |
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
-rw-r--r-- | recipes/commoncpp/commoncpp2_1.7.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/commoncpp/commoncpp2_1.7.1.bb b/recipes/commoncpp/commoncpp2_1.7.1.bb index 74e2179a8f..d89c34abff 100644 --- a/recipes/commoncpp/commoncpp2_1.7.1.bb +++ b/recipes/commoncpp/commoncpp2_1.7.1.bb @@ -1,8 +1,10 @@ DESCRIPTION = "GNU Common C++" HOMEPAGE = "http://freshmeat.net/projects/commoncpp2" LICENSE = "GPL" -PR="r1" +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 +inherit autotools pkgconfig autotools_stage binconfig |