diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-02-11 22:39:33 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-02-11 22:39:33 +0100 |
commit | 8e6af3d8514b89a9e4f1b1a7ecb1ed87981ccc9a (patch) | |
tree | 83c44356d8ce078ecc9b72958bb09c8fae2256aa /recipes/perl/perl_5.8.8.bb | |
parent | e1077ed06cd9836e214092a2db706d616d69d081 (diff) |
perl*: fixed URI
Triggered by the patch from Marcos Amorim
updated the URI for the perl recipes.
Only the last one is in the src dir, the older ones are in src/5.0
As this does not change things functionally no PR bump
(btw: it worked in the past since normally the cached version was used).
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl/perl_5.8.8.bb')
-rw-r--r-- | recipes/perl/perl_5.8.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb index edd3a83bfb..45b85fbdea 100644 --- a/recipes/perl/perl_5.8.8.bb +++ b/recipes/perl/perl_5.8.8.bb @@ -10,7 +10,7 @@ PR = "r31" # Major part of version PVM = "5.8" -SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ +SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/5.0/perl-${PV}.tar.gz \ file://Makefile.patch;patch=1 \ file://Makefile.SH.patch;patch=1 \ file://makedepend-dash.patch;patch=1 \ |