mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
717f7f0287
Package the new sqlite3 plugin into a new package and skip the dev-so qa issue. Add some extra depends that are now used by the library. The patch was adapted for meta-openembedded by Henning Heinold, setting the upstream status for the geos-config.patch Signed-off-by: Henning Heinold <henning@itconsulting-heinold.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
24 lines
810 B
BlitzBasic
24 lines
810 B
BlitzBasic
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 libxml2 zlib"
|
|
|
|
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"
|
|
|
|
# package plugins for SQLite3
|
|
PACKAGES += "${PN}-plugin"
|
|
INSANE_SKIP_${PN}-plugin = "dev-so"
|
|
FILES_${PN}-plugin += "${libdir}/mod_*"
|
|
|
|
SRC_URI[md5sum] = "83305ed694a77152120d1f74c5151779"
|
|
SRC_URI[sha256sum] = "9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d"
|
|
|
|
SRC_URI += "file://geos-config.patch"
|