gdal: ARM_INSTRUCTION_SET = "arm"
authorKoen Kooi <koen@openembedded.org>
Thu, 4 Dec 2008 09:20:40 +0000 (10:20 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 4 Dec 2008 09:20:40 +0000 (10:20 +0100)
packages/gdal/gdal_1.5.2.bb

index 6874ddf..a92e40f 100644 (file)
@@ -2,12 +2,14 @@ DESCRIPTION = "GDAL is a translator library for raster geospatial data formats"
 HOMEPAGE = "http://www.gdal.org/"
 LICENSE = "MIT"
 DEPENDS = "proj-4 sqlite3 zlib jpeg libpng tiff giflib curl jasper expat"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.gdal.org/dl/${P}.tar.gz \
           file://gdal_config.patch;patch=1 \
          "
 
+ARM_INSTRUCTION_SET = "arm"
+
 inherit autotools binconfig
 
 EXTRA_OECONF = "--without-perl \