From: Koen Kooi Date: Thu, 28 Jun 2007 12:34:55 +0000 (+0000) Subject: geos: also inherit binconfig X-Git-Tag: Release-2010-05/1~8868^2~268^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2658e332b65a6bd7a2aef568ed04cad1571945;p=openembedded.git geos: also inherit binconfig --- diff --git a/packages/geos/geos_2.2.3+3.0.0rc4.bb b/packages/geos/geos_2.2.3+3.0.0rc4.bb index 166b188cc1..90bcc4b384 100644 --- a/packages/geos/geos_2.2.3+3.0.0rc4.bb +++ b/packages/geos/geos_2.2.3+3.0.0rc4.bb @@ -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"