diff options
author | Marcos Amorim <marcosmamorim@gmail.com> | 2010-02-11 09:28:10 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-02-11 22:32:16 +0100 |
commit | e1077ed06cd9836e214092a2db706d616d69d081 (patch) | |
tree | 67f8e2d67b123c8a2c63a5e0b465d8a2c1d884af | |
parent | fca5491289bbdfe41ec9d96357b2f0e61b289804 (diff) |
Perl-native: Fix URI
Set new URI to perl-native-5.8
Older versions reside in the 5.0 subdir
Marcos Amorim
>From b53cb90be367ede5691e169465ac3bee21d342b2 Mon Sep 17 00:00:00 2001
From: Marcos Amorim <marcosmamorim@2mi.com.br>
Date: Thu, 11 Feb 2010 17:15:29 -0200
Subject: [PATCH] perl-native: Change URI
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/perl/perl-native_5.8.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/perl-native_5.8.8.bb b/recipes/perl/perl-native_5.8.8.bb index 60a5cf5b0f..632ff161d9 100644 --- a/recipes/perl/perl-native_5.8.8.bb +++ b/recipes/perl/perl-native_5.8.8.bb @@ -7,7 +7,7 @@ PR = "r15" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}" -SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ +SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/5.0/perl-${PV}.tar.gz \ file://perl-5.8.8-gcc-4.2.patch;patch=1 \ file://Configure-multilib.patch;patch=1 \ file://perl-configpm-switch.patch;patch=1 \ |