diff options
Diffstat (limited to 'meta-oe/recipes-navigation/libspatialite/libspatialite_5.0.1.bb')
-rw-r--r-- | meta-oe/recipes-navigation/libspatialite/libspatialite_5.0.1.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-oe/recipes-navigation/libspatialite/libspatialite_5.0.1.bb b/meta-oe/recipes-navigation/libspatialite/libspatialite_5.0.1.bb deleted file mode 100644 index f46b1083e1..0000000000 --- a/meta-oe/recipes-navigation/libspatialite/libspatialite_5.0.1.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
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_macros.patch \ | ||
12 | file://libspatialite_pkgconfig.patch \ | ||
13 | " | ||
14 | |||
15 | SRC_URI[sha256sum] = "eecbc94311c78012d059ebc0fae86ea5ef6eecb13303e6e82b3753c1b3409e98" | ||
16 | |||
17 | inherit autotools-brokensep pkgconfig | ||
18 | |||
19 | EXTRA_OECONF = "--enable-freexl=no --disable-rttopo --disable-minizip" | ||
20 | |||
21 | # package plugins for SQLite3 | ||
22 | PACKAGES += "${PN}-plugin" | ||
23 | INSANE_SKIP:${PN}-plugin = "dev-so" | ||
24 | FILES:${PN}-plugin += "${libdir}/mod_*" | ||