diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-24 15:23:53 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-24 15:46:31 -0700 |
| commit | 5d3486da55394b3efb6c7937a82d88c25ae2f483 (patch) | |
| tree | f442e0e540c79bb18a81d646397ef99b17770f0c /meta-oe/recipes-navigation/libspatialite/libspatialite_5.1.0.bb | |
| parent | 3d0e3ddd7a8ca1fe48862986956328f4efd35fe5 (diff) | |
| download | meta-openembedded-5d3486da55394b3efb6c7937a82d88c25ae2f483.tar.gz | |
libspatialite: Upgrade to 5.1
- Drop the libtool patch its already fixed in this version
- Add a patch to support libxml2 2.13+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation/libspatialite/libspatialite_5.1.0.bb')
| -rw-r--r-- | meta-oe/recipes-navigation/libspatialite/libspatialite_5.1.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/libspatialite/libspatialite_5.1.0.bb b/meta-oe/recipes-navigation/libspatialite/libspatialite_5.1.0.bb new file mode 100644 index 0000000000..0fe0bb1197 --- /dev/null +++ b/meta-oe/recipes-navigation/libspatialite/libspatialite_5.1.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "Library extending the SQLite core to support fully fledged Spatial SQL capabilities" | ||
| 2 | HOMEPAGE = "https://www.gaia-gis.it/fossil/libspatialite/" | ||
| 3 | SECTION = "libs" | ||
| 4 | DEPENDS = "proj geos sqlite3 libxml2 zlib" | ||
| 5 | |||
| 6 | LICENSE = "MPL-1.1 & GPL-2.0-or-later & LGPL-2.1-or-later" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0e92e1a36cc384b60f5b31dde0bdd39e" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-${PV}.tar.gz \ | ||
| 10 | file://libspatialite_geos.patch \ | ||
| 11 | file://libspatialite_pkgconfig.patch \ | ||
| 12 | file://0001-wfs-Cover-xmlNanoHTTPCleanup-with-LIBXML_HTTP_ENABLE.patch \ | ||
| 13 | " | ||
| 14 | SRC_URI[sha256sum] = "43be2dd349daffe016dd1400c5d11285828c22fea35ca5109f21f3ed50605080" | ||
| 15 | |||
| 16 | inherit autotools-brokensep pkgconfig | ||
| 17 | |||
| 18 | EXTRA_OECONF = "--enable-freexl=no --disable-rttopo --disable-minizip" | ||
| 19 | |||
| 20 | # package plugins for SQLite3 | ||
| 21 | PACKAGES += "${PN}-plugin" | ||
| 22 | INSANE_SKIP:${PN}-plugin = "dev-so" | ||
| 23 | FILES:${PN}-plugin += "${libdir}/mod_*" | ||
