mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
recipes: Convert licenses to SPDX expressions
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -3,7 +3,7 @@ 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"
|
||||
LICENSE = "GPL-2.0-or-later AND LGPL-2.1-or-later AND MPL-1.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0e92e1a36cc384b60f5b31dde0bdd39e"
|
||||
|
||||
SRC_URI = "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-${PV}.tar.gz \
|
||||
|
||||
Reference in New Issue
Block a user