diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-04 10:20:40 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-04 10:20:40 +0100 |
commit | 1b917c5f15ab572ee84956072dcd4ae0e0d342b4 (patch) | |
tree | 6cea60dccddfe57806f9ddf5a9b099d61c7f6882 | |
parent | 846d89a9426c72f2fd6cd9902bef77ad913b028e (diff) |
gdal: ARM_INSTRUCTION_SET = "arm"
-rw-r--r-- | packages/gdal/gdal_1.5.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gdal/gdal_1.5.2.bb b/packages/gdal/gdal_1.5.2.bb index 6874ddf35a..a92e40fadc 100644 --- a/packages/gdal/gdal_1.5.2.bb +++ b/packages/gdal/gdal_1.5.2.bb @@ -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 \ |