diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-01-06 11:54:30 -0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-10 12:20:36 +0100 |
commit | fea648a13bdecb9d1f029b737bd681159cef9b52 (patch) | |
tree | 576c935e4b86205849c6f7c27a176ddb085a1fed | |
parent | 93f13d13f1524ab06494714791f06b20a1c0c40c (diff) | |
download | meta-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>
-rw-r--r-- | meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb | 2 |
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 | ||
83 | EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal"" | 85 | EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal"" |