diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-14 17:38:46 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-14 17:38:46 +0000 |
commit | b01029a95daa16f4179223e6b9ca14a22050635e (patch) | |
tree | 07cc8cc1a9777362b695539af9894fa6144543be /libtool | |
parent | 7fc1a59c1aed1e5710229aa2b395e2e4f45abd93 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages
2004/05/14 13:38:17-04:00 local!kergoth
Change libtool url to point to the gnu mirrors, now that 1.5* are available there.
BKrev: 40a50426i0e5svqrrHg6vmJQ_bi9Pw
Diffstat (limited to 'libtool')
-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 f7afa6be01..e0599364b7 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 = "ftp://ftp.club.cc.cmu.edu/pub/gnu/libtool/libtool-${PV}.tar.gz \ +SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ file://${FILESDIR}/m4.patch;patch=1 \ file://${FILESDIR}/autotools.patch;patch=1 \ file://${FILESDIR}/prefix.patch;patch=1 \ |