summaryrefslogtreecommitdiffstats
path: root/recipes-perl
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2022-04-13 11:36:39 -0700
committerArmin Kuster <akuster808@gmail.com>2022-04-13 13:45:44 -0700
commit93f2146211001ee3cf697d8428969cc3069ed6ba (patch)
treeab3c2f70a1ce97cdd3d7d181ba0a39e87b26211c /recipes-perl
parent4158c871a6b878ac480d23f244201a503c40e3c9 (diff)
downloadmeta-security-93f2146211001ee3cf697d8428969cc3069ed6ba.tar.gz
LICENSE: update to SPDX standard names
Use convert-spdx-licenses.py to update LICENSE in recipes. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-perl')
-rw-r--r--recipes-perl/perl/lib-perl_0.63.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-perl/perl/lib-perl_0.63.bb b/recipes-perl/perl/lib-perl_0.63.bb
index 7895864..4c964d5 100644
--- a/recipes-perl/perl/lib-perl_0.63.bb
+++ b/recipes-perl/perl/lib-perl_0.63.bb
@@ -4,7 +4,7 @@ directories to Perl's search path so that later 'use' or 'require' statements \
4will find modules which are not located in the default search path." 4will find modules which are not located in the default search path."
5 5
6SECTION = "libs" 6SECTION = "libs"
7LICENSE = "Artistic-1.0 | GPL-1.0+" 7LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
8PR = "r0" 8PR = "r0"
9 9
10LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=94b119f1a7b8d611efc89b5d562a1a50" 10LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=94b119f1a7b8d611efc89b5d562a1a50"