summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/gdal
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-01-06 11:54:30 -0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-01-10 12:20:36 +0100
commitfea648a13bdecb9d1f029b737bd681159cef9b52 (patch)
tree576c935e4b86205849c6f7c27a176ddb085a1fed /meta-oe/recipes-navigation/gdal
parent93f13d13f1524ab06494714791f06b20a1c0c40c (diff)
downloadmeta-openembedded-fea648a13bdecb9d1f029b737bd681159cef9b52.tar.gz
gdal: Avoid host headers use for SQlite3
This fixes the host contamination when the host has the SQLite3 headers available. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation/gdal')
-rw-r--r--meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb b/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
index 4632944fb..f942a9dc2 100644
--- a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
+++ b/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
@@ -78,6 +78,8 @@ EXTRA_OECONF = "--without-perl \
78 \ 78 \
79 --with-pcraster=internal \ 79 --with-pcraster=internal \
80 --with-geotiff=internal \ 80 --with-geotiff=internal \
81 \
82 --with-sqlite3=${STAGING_LIBDIR} \
81" 83"
82 84
83EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal"" 85EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal""