All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][daisy][PATCH] gdal: fix sqlite, expat and libtiff detection
@ 2014-12-01 12:22 Martin Jansa
  2014-12-01 15:25 ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-12-01 12:22 UTC (permalink / raw)
  To: openembedded-devel

* fixes following configure errors like:
  checking for SQLite3 library >= 3.0.0... yes
  cat: /OE/sysroots/qemux86/usr/lib/include/sqlite3.h: No such file or directory
  /OE/work/i586-starfish-linux/gdal/1.10.1-r0/gdal-1.10.1/configure:
  line 25411: test: !=: unary operator expected
  configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h
  header to retrieve SQLite version!
* and autodetected expat support which sometimes tries to use host
  version from /usr/include

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 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 4fa6de1..e22108e 100644
--- a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
+++ b/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
@@ -79,8 +79,9 @@ EXTRA_OECONF = "--without-perl \
                 --with-pcraster=internal \
                 --with-geotiff=internal \
                 \
-                --with-sqlite3=${STAGING_LIBDIR} \
-                --with-libtiff=${STAGING_LIBDIR} \
+                --with-sqlite3=${STAGING_EXECPREFIXDIR} \
+                --with-libtiff=${STAGING_EXECPREFIXDIR} \
+                --with-expat=${STAGING_EXECPREFIXDIR} \
 "
 
 EXTRA_OEMAKE += "INST_DATA="${datadir}/gdal""
-- 
2.1.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][daisy][PATCH] gdal: fix sqlite, expat and libtiff detection
  2014-12-01 12:22 [meta-oe][daisy][PATCH] gdal: fix sqlite, expat and libtiff detection Martin Jansa
@ 2014-12-01 15:25 ` Otavio Salvador
  2014-12-01 16:04   ` akuster
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2014-12-01 15:25 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On Mon, Dec 1, 2014 at 10:22 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> * fixes following configure errors like:
>   checking for SQLite3 library >= 3.0.0... yes
>   cat: /OE/sysroots/qemux86/usr/lib/include/sqlite3.h: No such file or directory
>   /OE/work/i586-starfish-linux/gdal/1.10.1-r0/gdal-1.10.1/configure:
>   line 25411: test: !=: unary operator expected
>   configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h
>   header to retrieve SQLite version!
> * and autodetected expat support which sometimes tries to use host
>   version from /usr/include
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][daisy][PATCH] gdal: fix sqlite, expat and libtiff detection
  2014-12-01 15:25 ` Otavio Salvador
@ 2014-12-01 16:04   ` akuster
  0 siblings, 0 replies; 3+ messages in thread
From: akuster @ 2014-12-01 16:04 UTC (permalink / raw)
  To: openembedded-devel



On 12/01/2014 07:25 AM, Otavio Salvador wrote:
> On Mon, Dec 1, 2014 at 10:22 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> * fixes following configure errors like:
>>    checking for SQLite3 library >= 3.0.0... yes
>>    cat: /OE/sysroots/qemux86/usr/lib/include/sqlite3.h: No such file or directory
>>    /OE/work/i586-starfish-linux/gdal/1.10.1-r0/gdal-1.10.1/configure:
>>    line 25411: test: !=: unary operator expected
>>    configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h
>>    header to retrieve SQLite version!
>> * and autodetected expat support which sometimes tries to use host
>>    version from /usr/include
>>
>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>
> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
>
Acked-by: Armin Kuster <akuster808@gmail.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-01 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-01 12:22 [meta-oe][daisy][PATCH] gdal: fix sqlite, expat and libtiff detection Martin Jansa
2014-12-01 15:25 ` Otavio Salvador
2014-12-01 16:04   ` akuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.