mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
perl: Clarify LICENSE with versions. Yes, its really GPLv1
(From OE-Core rev: 1ae8a1b044ea7fc421cf64b5921f6c8dc25b99cf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
DESCRIPTION = "Perl is a popular scripting language."
|
DESCRIPTION = "Perl is a popular scripting language."
|
||||||
HOMEPAGE = "http://www.perl.org/"
|
HOMEPAGE = "http://www.perl.org/"
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
LICENSE = "Artistic|GPL"
|
LICENSE = "Artistic-1.0 | GPL-1.0"
|
||||||
LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
|
LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
|
||||||
file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
|
file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
|
||||||
# We need gnugrep (for -I)
|
# We need gnugrep (for -I)
|
||||||
DEPENDS = "virtual/db grep-native"
|
DEPENDS = "virtual/db grep-native"
|
||||||
DEPENDS += "gdbm zlib"
|
DEPENDS += "gdbm zlib"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
# 5.10.1 has Module::Build built-in
|
# 5.10.1 has Module::Build built-in
|
||||||
PROVIDES += "libmodule-build-perl"
|
PROVIDES += "libmodule-build-perl"
|
||||||
|
|||||||
Reference in New Issue
Block a user