mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
Removed a patch that didn't apply to the new version. Added three patches without changes from Fedora that allowed the new version to compile. See https://koji.fedoraproject.org/koji/buildinfo?buildID=1924183 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 lines
926 B
BlitzBasic
25 lines
926 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 = "MPL-1.1 & GPL-2.0-or-later & LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0e92e1a36cc384b60f5b31dde0bdd39e"
|
|
|
|
SRC_URI = "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-${PV}.tar.gz \
|
|
file://libspatialite_geos.patch \
|
|
file://libspatialite_macros.patch \
|
|
file://libspatialite_pkgconfig.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "eecbc94311c78012d059ebc0fae86ea5ef6eecb13303e6e82b3753c1b3409e98"
|
|
|
|
inherit autotools-brokensep pkgconfig
|
|
|
|
EXTRA_OECONF = "--enable-freexl=no --disable-rttopo --disable-minizip"
|
|
|
|
# package plugins for SQLite3
|
|
PACKAGES += "${PN}-plugin"
|
|
INSANE_SKIP:${PN}-plugin = "dev-so"
|
|
FILES:${PN}-plugin += "${libdir}/mod_*"
|