All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] gdal: update to version 1.11.0
Date: Wed, 1 Oct 2014 17:21:58 +0200	[thread overview]
Message-ID: <20141001152158.GE25706@jama> (raw)
In-Reply-To: <1411952961-5092-1-git-send-email-changhyeok.bae@lge.com>

[-- Attachment #1: Type: text/plain, Size: 3490 bytes --]

On Mon, Sep 29, 2014 at 10:09:21AM +0900, Changhyeok Bae wrote:
> ---
>  .../gdal/{gdal_1.10.1.bb => gdal_1.11.0.bb}        |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-navigation/gdal/{gdal_1.10.1.bb => gdal_1.11.0.bb} (94%)
> 
> diff --git a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb b/meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> similarity index 94%
> rename from meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
> rename to meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> index 14f1a57..8526cee 100644
> --- a/meta-oe/recipes-navigation/gdal/gdal_1.10.1.bb
> +++ b/meta-oe/recipes-navigation/gdal/gdal_1.11.0.bb
> @@ -1,14 +1,14 @@
>  SUMMARY = "GDAL is a translator library for raster geospatial data formats"
>  HOMEPAGE = "http://www.gdal.org/"
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=b9bd75ae5af7ff87ab259be0121c4106"
> +LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0952e17969fab12227096b5228f23149"
>  
>  DEPENDS = "proj sqlite3 tiff"

Missing dependency on json-c and sqlite3 check doesn't seem to work correctly

| checking for SQLite3 library >= 3.0.0... yes
| cat: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/lib/include/sqlite3.h: No such file or directory
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/gdal/1.11.0-r0/gdal-1.11.0/configure: line 25763: test: !=: unary operator expected
| configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!
| checking for sqlite3_column_table_name in -lsqlite3... yes
| disabled
| checking Checking for DWGdirect... disabled
| configure: "IBM Informix DataBlade support disabled."
| configure: checking whether we should include ESRI SDE support...
|         ESRI SDE support not requested.
| checking for geos-config... /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/bin/crossscripts/geos-config
| checking for GEOS version >= 3.1.0... yes
| checking for GEOSversion in -lgeos_c... yes
| configure: Using C API from GEOS 3.4.2
| checking for OpenCL support... no
| checking for FreeXL support... checking for json_object_set_serializer in -ljson-c... yes
| using pre-installed libjson-c
| configure: error: could not find json-c/json.h
| Configure failed. The contents of all config.log files follows to aid debugging
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/gdal/1.11.0-r0/gdal-1.11.0/config.log
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by configure, which was
| generated by GNU Autoconf 2.69.  Invocation command line was


>  
>  SRC_URI = "ftp://download.osgeo.org/gdal/${PV}/${BP}.tar.xz"
>  
> -SRC_URI[md5sum] = "f354c614aea76e5630e4edbf06e5c292"
> -SRC_URI[sha256sum] = "e6c9c6c4480228c943af29120d87435ddfe9ca460458bc60b91639fb8d443791"
> +SRC_URI[md5sum] = "31f2c4a7230b40e5fdc3cf12a100f96b"
> +SRC_URI[sha256sum] = "b5186b5817e94743de1bceef66aeee1461687e14f73bf81034fcf0377eacbcc3"
>  
>  inherit autotools-brokensep lib_package binconfig
>  
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2014-10-01 15:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-29  1:09 [meta-oe][PATCH] gdal: update to version 1.11.0 Changhyeok Bae
2014-10-01 15:21 ` Martin Jansa [this message]
2014-10-03 10:57   ` Changhyeok Bae
2014-10-03 15:30     ` Martin Jansa
2014-10-04 17:48     ` Re : " 배창혁

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141001152158.GE25706@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.