From: Michael Lauer Date: Thu, 13 May 2004 15:42:08 +0000 (+0000) Subject: fix SRC_URI, s/http/ftp/ X-Git-Tag: Release-2010-05/1~19185 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d05d947fa47cbfcef76b28d3e50b62c8016a88c6;p=openembedded.git fix SRC_URI, s/http/ftp/ BKrev: 40a39750bH7RPjKyTCJ7T5-jztOMLg --- diff --git a/libtool/libtool_1.5.oe b/libtool/libtool_1.5.oe index 112d984b96..f7afa6be01 100644 --- a/libtool/libtool_1.5.oe +++ b/libtool/libtool_1.5.oe @@ -3,7 +3,7 @@ This is GNU libtool, a generic library support script. Libtool hides \ the complexity of generating special library types (such as shared \ libraries) behind a consistent interface." -SRC_URI = "http://ftp.club.cc.cmu.edu/pub/gnu/libtool/libtool-${PV}.tar.gz \ +SRC_URI = "ftp://ftp.club.cc.cmu.edu/pub/gnu/libtool/libtool-${PV}.tar.gz \ file://${FILESDIR}/m4.patch;patch=1 \ file://${FILESDIR}/autotools.patch;patch=1 \ file://${FILESDIR}/prefix.patch;patch=1 \