From: Frans Meulenbroeks Date: Mon, 19 Oct 2009 15:09:57 +0000 (+0200) Subject: commoncpp: inherit binconfig to install script too X-Git-Tag: Release-2010-05/1~2047^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b69920cc706ce3465a98b806aba04477be90381;p=openembedded.git commoncpp: inherit binconfig to install script too --- 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