mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
* do_configure fails without: | checking for sqlite3.h... no | configure: error: cannot find sqlite3.h, bailing out Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
494 B
HTML
17 lines
494 B
HTML
DESCRIPTION = "Library extending the SQLite core to support fully fledged Spatial SQL capabilities"
|
|
HOMEPAGE = "https://www.gaia-gis.it/fossil/libspatialite/"
|
|
SECTION = "libs"
|
|
DEPENDS = "proj geos sqlite3"
|
|
|
|
INC_PR = "r0"
|
|
|
|
LICENSE = "MPLv1.1 GPLv2+ LGPLv2.1+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0e92e1a36cc384b60f5b31dde0bdd39e"
|
|
|
|
SRC_URI = "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-${PV}.tar.gz"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--enable-freexl=no"
|
|
|