[oe-commits] Martin Jansa : gdal: upgrade to 1.11.1

git at git.openembedded.org git at git.openembedded.org
Tue Oct 7 01:12:58 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 7f0bf7279da8aa613e0d92e28b0e3deff7b19173
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7f0bf7279da8aa613e0d92e28b0e3deff7b19173

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Oct  5 08:35:06 2014 +0200

gdal: upgrade to 1.11.1

* add json-c dependency and fix with-* params
* LICENSE.txt change only added SUN copyright for
  gdal/alg/thinplatespline.cpp file

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../gdal/{gdal_1.10.1.bb => gdal_1.11.1.bb}                | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb b/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb
similarity index 87%
rename from meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
rename to meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb
index 14f1a57..b181b3e 100644
--- a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
+++ b/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb
@@ -1,14 +1,14 @@
 SUMMARY = "GDAL is a translator library for raster geospatial data formats"
 HOMEPAGE = "http://www.gdal.org/"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=b9bd75ae5af7ff87ab259be0121c4106"
+LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0952e17969fab12227096b5228f23149"
 
-DEPENDS = "proj sqlite3 tiff"
+DEPENDS = "proj sqlite3 tiff json-c"
 
 SRC_URI = "ftp://download.osgeo.org/gdal/${PV}/${BP}.tar.xz"
 
-SRC_URI[md5sum] = "f354c614aea76e5630e4edbf06e5c292"
-SRC_URI[sha256sum] = "e6c9c6c4480228c943af29120d87435ddfe9ca460458bc60b91639fb8d443791"
+SRC_URI[md5sum] = "2e126d7c6605691d38f3e71b945f5c73"
+SRC_URI[sha256sum] = "20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302"
 
 inherit autotools-brokensep lib_package binconfig
 
@@ -79,8 +79,10 @@ EXTRA_OECONF = "--without-perl \
                 --with-pcraster=internal \
                 --with-geotiff=internal \
                 \
-                --with-sqlite3=${STAGING_LIBDIR} \
-                --with-libtiff=${STAGING_LIBDIR} \
+                --with-sqlite3=${STAGING_EXECPREFIXDIR} \
+                --with-libtiff=${STAGING_EXECPREFIXDIR} \
+                --with-libjson-c=${STAGING_EXECPREFIXDIR} \
+                --with-expat=${STAGING_EXECPREFIXDIR} \
 "
 
 EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal""



More information about the Openembedded-commits mailing list