mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
Signed-off-by: Jan Luebbe <jluebbe@debian.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
486 B
PHP
17 lines
486 B
PHP
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"
|
|
|
|
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"
|
|
|