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 00:19:46 +0000 |
commit | 1ae8a1b044ea7fc421cf64b5921f6c8dc25b99cf (patch) | |
tree | f322c3503468a3ef320e230760ae8980b9149f79 /meta/recipes-devtools/perl | |
parent | 14ae4991d8067eb047acf77b30b3abef2cecef5f (diff) | |
download | openembedded-core-1ae8a1b044ea7fc421cf64b5921f6c8dc25b99cf.tar.gz openembedded-core-1ae8a1b044ea7fc421cf64b5921f6c8dc25b99cf.tar.bz2 openembedded-core-1ae8a1b044ea7fc421cf64b5921f6c8dc25b99cf.tar.xz openembedded-core-1ae8a1b044ea7fc421cf64b5921f6c8dc25b99cf.zip |
perl: Clarify LICENSE with versions. Yes, its really GPLv1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-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 a0c34a39c..92ca9b83d 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 @@ DESCRIPTION = "Perl is a popular scripting language." HOMEPAGE = "http://www.perl.org/" SECTION = "devel" -LICENSE = "Artistic|GPL" +LICENSE = "Artistic-1.0 | GPL-1.0" LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" # We need gnugrep (for -I) DEPENDS = "virtual/db grep-native" DEPENDS += "gdbm zlib" -PR = "r3" +PR = "r4" # 5.10.1 has Module::Build built-in PROVIDES += "libmodule-build-perl" |