diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-12 23:14:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 11:45:05 +0000 |
commit | 4ba6ff6df2edccf108b8049f59af3921abd4c012 (patch) | |
tree | 7cbdd2f5f6fb33906414665b78b1293271e25447 /meta/recipes-devtools | |
parent | 0f99e6ba8dbfbc1ac99476c5cd57dca9db2378ef (diff) | |
download | poky-4ba6ff6df2edccf108b8049f59af3921abd4c012.tar.gz |
perl: Clarify LICENSE with versions. Yes, its really GPLv1
(From OE-Core rev: 1ae8a1b044ea7fc421cf64b5921f6c8dc25b99cf)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.14.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb index a0c34a39cb..92ca9b83d7 100644 --- a/meta/recipes-devtools/perl/perl_5.14.2.bb +++ b/meta/recipes-devtools/perl/perl_5.14.2.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | DESCRIPTION = "Perl is a popular scripting language." | 1 | DESCRIPTION = "Perl is a popular scripting language." |
2 | HOMEPAGE = "http://www.perl.org/" | 2 | HOMEPAGE = "http://www.perl.org/" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "Artistic|GPL" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0" |
5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
7 | # We need gnugrep (for -I) | 7 | # We need gnugrep (for -I) |
8 | DEPENDS = "virtual/db grep-native" | 8 | DEPENDS = "virtual/db grep-native" |
9 | DEPENDS += "gdbm zlib" | 9 | DEPENDS += "gdbm zlib" |
10 | PR = "r3" | 10 | PR = "r4" |
11 | 11 | ||
12 | # 5.10.1 has Module::Build built-in | 12 | # 5.10.1 has Module::Build built-in |
13 | PROVIDES += "libmodule-build-perl" | 13 | PROVIDES += "libmodule-build-perl" |