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>
This commit is contained in:
Otavio Salvador 2014-01-06 11:54:30 -02:00 committed by Martin Jansa
parent 0d8112b33d
commit 34afd09fbb

View File

@ -78,6 +78,8 @@ EXTRA_OECONF = "--without-perl \
\
--with-pcraster=internal \
--with-geotiff=internal \
\
--with-sqlite3=${STAGING_LIBDIR} \
"
EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal""