[oe-commits] Koen Kooi : gdal: ARM_INSTRUCTION_SET = "arm"

GIT User account git at amethyst.openembedded.net
Thu Dec 4 09:22:29 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1b917c5f15ab572ee84956072dcd4ae0e0d342b4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1b917c5f15ab572ee84956072dcd4ae0e0d342b4

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Dec  4 10:20:40 2008 +0100

gdal: ARM_INSTRUCTION_SET = "arm"

---

 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 6874ddf..a92e40f 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 \





More information about the Openembedded-commits mailing list