From: Michael Lauer Date: Sun, 19 Mar 2006 14:33:54 +0000 (+0000) Subject: perl: fix SRC_URI to use ftp, the http structure has been moved X-Git-Tag: Release-2010-05/1~9453^2~2207 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff1aa28d7db528a15e9644fc52ba41ca0c4825f;p=openembedded.git perl: fix SRC_URI to use ftp, the http structure has been moved --- diff --git a/packages/perl/perl.inc b/packages/perl/perl.inc index 12fffa1c33..09a2ce7082 100644 --- a/packages/perl/perl.inc +++ b/packages/perl/perl.inc @@ -5,7 +5,7 @@ SECTION = "devel" PRIORITY = "optional" DEPENDS = "virtual/db perl-native" -SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ +SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ file://Makefile.patch;patch=1 \ file://config.sh-arm-linux.patch;patch=1 \ file://libperl-5.8.3-create-libperl-soname.patch;patch=1;pnum=0 \