aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/commoncpp
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-10-19 17:09:57 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-10-19 17:09:57 +0200
commit4b69920cc706ce3465a98b806aba04477be90381 (patch)
treec37df0cb911b193a06b2630c31b868ff77afa902 /recipes/commoncpp
parent47e3f7bc0ec31948832e410f2a4cc201c81e04a2 (diff)
downloadopenembedded-4b69920cc706ce3465a98b806aba04477be90381.tar.gz
commoncpp: inherit binconfig to install script too
Diffstat (limited to 'recipes/commoncpp')
-rw-r--r--recipes/commoncpp/commoncpp2_1.7.1.bb6
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