summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.22.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.22.0.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.22.0.bb19
1 files changed, 5 insertions, 14 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.0.bb
index 8022f47275..e749078a0f 100644
--- a/meta/recipes-devtools/perl/perl_5.22.0.bb
+++ b/meta/recipes-devtools/perl/perl_5.22.0.bb
@@ -1,16 +1,9 @@
1SUMMARY = "Perl scripting language" 1require perl.inc
2HOMEPAGE = "http://www.perl.org/" 2
3SECTION = "devel"
4LICENSE = "Artistic-1.0 | GPL-1.0+"
5LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \
6 file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3"
7# We need gnugrep (for -I) 3# We need gnugrep (for -I)
8DEPENDS = "virtual/db grep-native" 4DEPENDS = "virtual/db grep-native"
9DEPENDS += "gdbm zlib" 5DEPENDS += "gdbm zlib"
10 6
11SRC_URI = "http://www.cpan.org/src/5.0/${BP}.tar.xz \
12"
13
14# Pick up patches from debian 7# Pick up patches from debian
15# http://ftp.de.debian.org/debian/pool/main/p/perl/perl_5.22.0-1.debian.tar.xz 8# http://ftp.de.debian.org/debian/pool/main/p/perl/perl_5.22.0-1.debian.tar.xz
16SRC_URI += " \ 9SRC_URI += " \
@@ -54,11 +47,9 @@ SRC_URI += " \
54 file://native-perlinc.patch \ 47 file://native-perlinc.patch \
55 file://perl-enable-gdbm.patch \ 48 file://perl-enable-gdbm.patch \
56 file://cross-generate_uudmap.patch \ 49 file://cross-generate_uudmap.patch \
57 file://fix_bad_rpath.patch \ 50 file://fix_bad_rpath.patch \
58 file://perl-archlib-exp.patch \ 51 file://perl-archlib-exp.patch \
59 file://dynaloaderhack.patch \ 52 file://dynaloaderhack.patch \
60 \
61 \
62 file://config.sh \ 53 file://config.sh \
63 file://config.sh-32 \ 54 file://config.sh-32 \
64 file://config.sh-32-le \ 55 file://config.sh-32-le \