[oe] [meta-oe] gdal: Avoid host headers use for SQlite3

Otavio Salvador otavio at ossystems.com.br
Mon Jan 6 13:54:30 UTC 2014


This fixes the host contamination when the host has the SQLite3
headers available.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb |    2 ++
 1 file changed, 2 insertions(+)

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 525ead2..4ce5d33 100644
--- a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
+++ b/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
@@ -80,6 +80,8 @@ EXTRA_OECONF = "--without-perl \
                 \
                 --with-pcraster=internal \
                 --with-geotiff=internal \
+                \
+                --with-sqlite3=${STAGING_LIBDIR} \
 "
 
 EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal""
-- 
1.7.10.4




More information about the Openembedded-devel mailing list