diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-05 08:35:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-06 01:07:53 +0200 |
commit | 7f0bf7279da8aa613e0d92e28b0e3deff7b19173 (patch) | |
tree | c9c407967a7ad329d73e7e51bb7f26656017b402 /meta-oe | |
parent | bde313a10573f7894143dd381b8aa5432711d481 (diff) | |
download | meta-openembedded-7f0bf7279da8aa613e0d92e28b0e3deff7b19173.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb (renamed from meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb) | 14 |
1 files 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 index 14f1a5704..b181b3ef8 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 @@ | |||
1 | SUMMARY = "GDAL is a translator library for raster geospatial data formats" | 1 | SUMMARY = "GDAL is a translator library for raster geospatial data formats" |
2 | HOMEPAGE = "http://www.gdal.org/" | 2 | HOMEPAGE = "http://www.gdal.org/" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=b9bd75ae5af7ff87ab259be0121c4106" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0952e17969fab12227096b5228f23149" |
5 | 5 | ||
6 | DEPENDS = "proj sqlite3 tiff" | 6 | DEPENDS = "proj sqlite3 tiff json-c" |
7 | 7 | ||
8 | SRC_URI = "ftp://download.osgeo.org/gdal/${PV}/${BP}.tar.xz" | 8 | SRC_URI = "ftp://download.osgeo.org/gdal/${PV}/${BP}.tar.xz" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "f354c614aea76e5630e4edbf06e5c292" | 10 | SRC_URI[md5sum] = "2e126d7c6605691d38f3e71b945f5c73" |
11 | SRC_URI[sha256sum] = "e6c9c6c4480228c943af29120d87435ddfe9ca460458bc60b91639fb8d443791" | 11 | SRC_URI[sha256sum] = "20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302" |
12 | 12 | ||
13 | inherit autotools-brokensep lib_package binconfig | 13 | inherit autotools-brokensep lib_package binconfig |
14 | 14 | ||
@@ -79,8 +79,10 @@ EXTRA_OECONF = "--without-perl \ | |||
79 | --with-pcraster=internal \ | 79 | --with-pcraster=internal \ |
80 | --with-geotiff=internal \ | 80 | --with-geotiff=internal \ |
81 | \ | 81 | \ |
82 | --with-sqlite3=${STAGING_LIBDIR} \ | 82 | --with-sqlite3=${STAGING_EXECPREFIXDIR} \ |
83 | --with-libtiff=${STAGING_LIBDIR} \ | 83 | --with-libtiff=${STAGING_EXECPREFIXDIR} \ |
84 | --with-libjson-c=${STAGING_EXECPREFIXDIR} \ | ||
85 | --with-expat=${STAGING_EXECPREFIXDIR} \ | ||
84 | " | 86 | " |
85 | 87 | ||
86 | EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal"" | 88 | EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal"" |