aboutsummaryrefslogtreecommitdiffstats
path: root/libtool/libtool-1.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libtool/libtool-1.5.oe')
-rw-r--r--libtool/libtool-1.5.oe19
1 files changed, 1 insertions, 18 deletions
diff --git a/libtool/libtool-1.5.oe b/libtool/libtool-1.5.oe
index 47e286a12d..6cdfa3e91b 100644
--- a/libtool/libtool-1.5.oe
+++ b/libtool/libtool-1.5.oe
@@ -7,12 +7,7 @@ DESCRIPTION = Generic library support script\
building static libraries on all platforms.\
Libtool supports generation of C, C++ and Java libraries.
-SRC_URI = http://ftp.club.cc.cmu.edu/pub/gnu/libtool/libtool-1.5.tar.gz \
- file://${FILESDIR}/libdir-la.patch;patch=1 \
- file://${FILESDIR}/sedvar.patch;patch=1 \
- file://${FILESDIR}/tag.patch;patch=1 \
- file://${FILESDIR}/libtoolize-staging.patch;patch=1
-# file://${FILESDIR}/libdir-rpath.patch;patch=1
+SRC_URI = http://ftp.club.cc.cmu.edu/pub/gnu/libtool/libtool-1.5.tar.gz
S = "${WORKDIR}/${P}"
inherit autotools
@@ -20,16 +15,4 @@ inherit autotools
EXTRA_OECONF = --disable-ltdl-install
do_configure_prepend () {
./bootstrap
- rm -f ${S}/ltmain.sh
-}
-
-do_stage () {
- install -d ${STAGING_DIR}/share/{libtool,aclocal}
- install -m 0755 libtool ${STAGING_BINDIR}/libtool
- install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize
- install -c config.guess ${STAGING_DIR}/share/libtool/
- install -c config.sub ${STAGING_DIR}/share/libtool/
- install -c -m 0644 ltmain.sh ${STAGING_DIR}/share/libtool/
- install -c -m 0644 libtool.m4 ${STAGING_DIR}/share/aclocal/
- install -c -m 0644 ltdl.m4 ${STAGING_DIR}/share/aclocal/
}