mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libspatialite: Fix license format QA error
Fix the following QA error: ,---- | WARNING: Recipe libspatialite, LICENSE (MPLv1.1 GPLv2+ LGPLv2.1+) has | invalid format, LICENSES must have operator "([&|() ])" between | them. `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
12535e0b98
commit
9d78ce63fb
@@ -5,7 +5,7 @@ DEPENDS = "proj geos sqlite3"
|
||||
|
||||
INC_PR = "r0"
|
||||
|
||||
LICENSE = "MPLv1.1 GPLv2+ LGPLv2.1+"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user