summaryrefslogtreecommitdiff
path: root/libtool/libtool_1.5.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /libtool/libtool_1.5.oe
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'libtool/libtool_1.5.oe')
-rw-r--r--libtool/libtool_1.5.oe16
1 files changed, 6 insertions, 10 deletions
diff --git a/libtool/libtool_1.5.oe b/libtool/libtool_1.5.oe
index e80305c983..2c36f5b626 100644
--- a/libtool/libtool_1.5.oe
+++ b/libtool/libtool_1.5.oe
@@ -1,14 +1,10 @@
-DESCRIPTION = Generic library support script\
- 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. To use libtool, add the\
- new generic library building commands to your Makefile, Makefile.in,\
- or Makefile.am. See the documentation for details. Libtool supports\
- building static libraries on all platforms.\
- Libtool supports generation of C, C++ and Java libraries.
+DESCRIPTION = "Generic library support script \
+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-1.5.tar.gz
-S = "${WORKDIR}/${P}"
+SRC_URI = "http://ftp.club.cc.cmu.edu/pub/gnu/libtool/libtool-${PV}.tar.gz"
+S = "${WORKDIR}/libtool-${PV}"
inherit autotools