diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-13 15:42:08 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-13 15:42:08 +0000 |
commit | d05d947fa47cbfcef76b28d3e50b62c8016a88c6 (patch) | |
tree | 44d4a45e2fdafb2b2206fe5ce735f8173930038a /libtool/libtool_1.5.oe | |
parent | f4ecbd3f6b5622991ca53a763e0d65629d1a917e (diff) |
fix SRC_URI, s/http/ftp/
BKrev: 40a39750bH7RPjKyTCJ7T5-jztOMLg
Diffstat (limited to 'libtool/libtool_1.5.oe')
-rw-r--r-- | libtool/libtool_1.5.oe | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |