mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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:
@@ -4,7 +4,7 @@ SECTION = "libs"
|
||||
|
||||
HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config"
|
||||
|
||||
LICENSE = "Artistic-1.0-Perl | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0-Perl OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ddb4d526cd95b017e23486893490883e"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz"
|
||||
|
||||
@@ -8,7 +8,7 @@ SECTION = "libs"
|
||||
|
||||
HOMEPAGE = "https://metacpan.org/pod/ExtUtils::CppGuess"
|
||||
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz"
|
||||
|
||||
@@ -4,7 +4,7 @@ SECTION = "libs"
|
||||
|
||||
HOMEPAGE = "https://metacpan.org/pod/ExtUtils::Helpers"
|
||||
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c0280160e4f26faafef507664884bf63"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Helpers-${PV}.tar.gz"
|
||||
|
||||
@@ -5,7 +5,7 @@ SECTION = "libs"
|
||||
|
||||
HOMEPAGE = "https://metacpan.org/pod/ExtUtils::InstallPaths"
|
||||
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4109085ee02c4453f25d919938e72e96"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz"
|
||||
|
||||
@@ -9,7 +9,7 @@ SECTION = "libs"
|
||||
|
||||
HOMEPAGE = "https://metacpan.org/release/SMUELLER/ExtUtils-ParseXS-3.35"
|
||||
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6"
|
||||
|
||||
SRCNAME = "ExtUtils-ParseXS"
|
||||
|
||||
Reference in New Issue
Block a user