summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-07 20:06:29 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-09 08:18:17 -0800
commit3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch)
tree774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta/recipes-devtools/perl
parentba5e0b9531b9a967aa3d408a13024590d96b8391 (diff)
downloadpoky-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb3
-rw-r--r--meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb3
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.8.8.bb3
-rw-r--r--meta/recipes-devtools/perl/perl_5.8.8.bb3
4 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb
index b9ebd7f606..57428797cc 100644
--- a/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb
+++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.36.bb
@@ -5,6 +5,9 @@ DEPENDS += "expat expat-native"
5 5
6SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" 6SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
7 7
8SRC_URI[md5sum] = "1b868962b658bd87e1563ecd56498ded"
9SRC_URI[sha256sum] = "9fd529867402456bd826fe0e5588d35b3a2e27e586a2fd838d1352b71c2ed73f"
10
8S = "${WORKDIR}/XML-Parser-${PV}" 11S = "${WORKDIR}/XML-Parser-${PV}"
9 12
10EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" 13EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
index 7ed6a231d9..136e117c85 100644
--- a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
+++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
@@ -6,6 +6,9 @@ PR = "r0"
6 6
7SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" 7SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"
8 8
9SRC_URI[md5sum] = "593aa8001e5c301cdcdb4bb3b63abc33"
10SRC_URI[sha256sum] = "a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8766826"
11
9S = "${WORKDIR}/XML-Simple-${PV}" 12S = "${WORKDIR}/XML-Simple-${PV}"
10 13
11inherit cpan 14inherit cpan
diff --git a/meta/recipes-devtools/perl/perl-native_5.8.8.bb b/meta/recipes-devtools/perl/perl-native_5.8.8.bb
index 534b6700df..63215256aa 100644
--- a/meta/recipes-devtools/perl/perl-native_5.8.8.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.8.8.bb
@@ -15,6 +15,9 @@ SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
15 file://makedepend-dash.patch;patch=1 \ 15 file://makedepend-dash.patch;patch=1 \
16 file://asm-pageh-fix.patch;patch=1" 16 file://asm-pageh-fix.patch;patch=1"
17 17
18SRC_URI[md5sum] = "b8c118d4360846829beb30b02a6b91a7"
19SRC_URI[sha256sum] = "e15d499321e003d12ed183601e37ee7ba5f64b278d1de30149ce01bd4a3f234d"
20
18S = "${WORKDIR}/perl-${PV}" 21S = "${WORKDIR}/perl-${PV}"
19 22
20inherit native 23inherit native
diff --git a/meta/recipes-devtools/perl/perl_5.8.8.bb b/meta/recipes-devtools/perl/perl_5.8.8.bb
index 3c0c676ba2..2774942ba2 100644
--- a/meta/recipes-devtools/perl/perl_5.8.8.bb
+++ b/meta/recipes-devtools/perl/perl_5.8.8.bb
@@ -40,6 +40,9 @@ SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
40 file://config.sh-64-le \ 40 file://config.sh-64-le \
41 file://config.sh-64-be" 41 file://config.sh-64-be"
42 42
43SRC_URI[md5sum] = "b8c118d4360846829beb30b02a6b91a7"
44SRC_URI[sha256sum] = "e15d499321e003d12ed183601e37ee7ba5f64b278d1de30149ce01bd4a3f234d"
45
43inherit siteinfo 46inherit siteinfo
44 47
45# Where to find the native perl 48# Where to find the native perl