[oe-commits] Marcos Amorim : Perl-native: Fix URI

git version control git at git.openembedded.org
Thu Feb 11 21:32:50 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e1077ed06cd9836e214092a2db706d616d69d081
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e1077ed06cd9836e214092a2db706d616d69d081

Author: Marcos Amorim <marcosmamorim at gmail.com>
Date:   Thu Feb 11 09:28:10 2010 +0000

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 at 2mi.com.br>
Date: Thu, 11 Feb 2010 17:15:29 -0200
Subject: [PATCH] perl-native: Change URI

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 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 60a5cf5..632ff16 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 \





More information about the Openembedded-commits mailing list