diff options
author | Anders Darander <anders@chargestorm.se> | 2011-06-11 12:50:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 15:22:55 +0100 |
commit | 8f9d5d625931889b66dfc0d6744f3077d6775286 (patch) | |
tree | 8faba2b5bff6a968a20752b2fa3439ac7d458d6c /meta/recipes-devtools/perl | |
parent | 768f3fa4d114678e8fd838072507aace44243e11 (diff) | |
download | poky-8f9d5d625931889b66dfc0d6744f3077d6775286.tar.gz |
perl-native: fix download url
(From OE-Core rev: 92714eb3b08951eb1576e9370492ec3d4374ee75)
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.12.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.12.3.bb b/meta/recipes-devtools/perl/perl-native_5.12.3.bb index c165be3261..63f7e13e01 100644 --- a/meta/recipes-devtools/perl/perl-native_5.12.3.bb +++ b/meta/recipes-devtools/perl/perl-native_5.12.3.bb | |||
@@ -9,7 +9,7 @@ PR = "r3" | |||
9 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 9 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
10 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 10 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
11 | 11 | ||
12 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ | 12 | SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ |
13 | file://Configure-multilib.patch \ | 13 | file://Configure-multilib.patch \ |
14 | file://perl-configpm-switch.patch \ | 14 | file://perl-configpm-switch.patch \ |
15 | file://parallel_build_fix_1.patch \ | 15 | file://parallel_build_fix_1.patch \ |