[oe-commits] Frans Meulenbroeks : commoncpp: inherit binconfig to install script too

git version control git at git.openembedded.org
Mon Oct 19 15:10:28 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4b69920cc706ce3465a98b806aba04477be90381
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4b69920cc706ce3465a98b806aba04477be90381

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Mon Oct 19 17:09:57 2009 +0200

commoncpp: inherit binconfig to install script too

---

 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 74e2179..d89c34a 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





More information about the Openembedded-commits mailing list