commoncpp: inherit binconfig to install script too
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 19 Oct 2009 15:09:57 +0000 (17:09 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 19 Oct 2009 15:09:57 +0000 (17:09 +0200)
recipes/commoncpp/commoncpp2_1.7.1.bb

index 74e2179..d89c34a 100644 (file)
@@ -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