From 1b917c5f15ab572ee84956072dcd4ae0e0d342b4 Mon Sep 17 00:00:00 2001
From: Koen Kooi <koen@openembedded.org>
Date: Thu, 4 Dec 2008 10:20:40 +0100
Subject: gdal: ARM_INSTRUCTION_SET = "arm"

---
 packages/gdal/gdal_1.5.2.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 \
-- 
cgit v1.2.3