summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-native_5.14.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-13 23:46:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-14 13:17:45 +0000
commit5d5d5e1de2b45caaecb418a2e4e3fea92514a7ce (patch)
tree29e4888c4eea1412fd6fc354743be5649744e2b5 /meta/recipes-devtools/perl/perl-native_5.14.2.bb
parent3bbbfe491eb1166a2e48702ab952552edf5495be (diff)
downloadpoky-5d5d5e1de2b45caaecb418a2e4e3fea92514a7ce.tar.gz
perl-modules: Fix LICENSE fields to mention the correct license versions
(From OE-Core rev: aca5eb8cda9a26b5bb9c2f1e45f2e5c1af643da0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-native_5.14.2.bb')
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.14.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.14.2.bb b/meta/recipes-devtools/perl/perl-native_5.14.2.bb
index 0f49950478..c904c377ac 100644
--- a/meta/recipes-devtools/perl/perl-native_5.14.2.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.14.2.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Perl is a popular scripting language." 1DESCRIPTION = "Perl is a popular scripting language."
2HOMEPAGE = "http://www.perl.org/" 2HOMEPAGE = "http://www.perl.org/"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "Artistic|GPL" 4LICENSE = "Artistic-1.0 | GPL-1.0"
5LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ 5LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
6 file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" 6 file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
7PR = "r0" 7PR = "r0"