diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-07 20:06:29 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-09 08:18:17 -0800 |
commit | 3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch) | |
tree | 774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta/recipes-devtools/perl | |
parent | ba5e0b9531b9a967aa3d408a13024590d96b8391 (diff) | |
download | poky-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz |
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl')
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 | ||
6 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" | 6 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "1b868962b658bd87e1563ecd56498ded" | ||
9 | SRC_URI[sha256sum] = "9fd529867402456bd826fe0e5588d35b3a2e27e586a2fd838d1352b71c2ed73f" | ||
10 | |||
8 | S = "${WORKDIR}/XML-Parser-${PV}" | 11 | S = "${WORKDIR}/XML-Parser-${PV}" |
9 | 12 | ||
10 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | 13 | EXTRA_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 | ||
7 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" | 7 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "593aa8001e5c301cdcdb4bb3b63abc33" | ||
10 | SRC_URI[sha256sum] = "a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8766826" | ||
11 | |||
9 | S = "${WORKDIR}/XML-Simple-${PV}" | 12 | S = "${WORKDIR}/XML-Simple-${PV}" |
10 | 13 | ||
11 | inherit cpan | 14 | inherit 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 | ||
18 | SRC_URI[md5sum] = "b8c118d4360846829beb30b02a6b91a7" | ||
19 | SRC_URI[sha256sum] = "e15d499321e003d12ed183601e37ee7ba5f64b278d1de30149ce01bd4a3f234d" | ||
20 | |||
18 | S = "${WORKDIR}/perl-${PV}" | 21 | S = "${WORKDIR}/perl-${PV}" |
19 | 22 | ||
20 | inherit native | 23 | inherit 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 | ||
43 | SRC_URI[md5sum] = "b8c118d4360846829beb30b02a6b91a7" | ||
44 | SRC_URI[sha256sum] = "e15d499321e003d12ed183601e37ee7ba5f64b278d1de30149ce01bd4a3f234d" | ||
45 | |||
43 | inherit siteinfo | 46 | inherit siteinfo |
44 | 47 | ||
45 | # Where to find the native perl | 48 | # Where to find the native perl |