perl: fix SRC_URI to use ftp, the http structure has been moved
authorMichael Lauer <mickey@vanille-media.de>
Sun, 19 Mar 2006 14:33:54 +0000 (14:33 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 19 Mar 2006 14:33:54 +0000 (14:33 +0000)
packages/perl/perl.inc

index 12fffa1..09a2ce7 100644 (file)
@@ -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 \