]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl: Clarify LICENSE with versions. Yes, its really GPLv1
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Mar 2012 23:14:19 +0000 (23:14 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Mar 2012 00:19:46 +0000 (00:19 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/perl_5.14.2.bb

index a0c34a39cb31febc0ff20ccdfa7ced584ba040ef..92ca9b83d77f9807ea0a8f823418d8b57a05403e 100644 (file)
@@ -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"