geos: also inherit binconfig
authorKoen Kooi <koen@openembedded.org>
Thu, 28 Jun 2007 12:34:55 +0000 (12:34 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 28 Jun 2007 12:34:55 +0000 (12:34 +0000)
packages/geos/geos_2.2.3+3.0.0rc4.bb

index 166b188..90bcc4b 100644 (file)
@@ -4,11 +4,13 @@ LICENSE = "GPLv2""
 
 DEPENDS = "boost"
 
+PR = "r1"
+
 SRC_URI = "http://geos.refractions.net/geos-3.0.0rc4.tar.bz2"
 
 S = "${WORKDIR}/geos-3.0.0rc4"
 
-inherit autotools pkgconfig lib_package
+inherit autotools pkgconfig lib_package binconfig
 
 EXTRA_OECONF = "--disable-swig"