aboutsummaryrefslogtreecommitdiffstats
path: root/libtool
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-06 19:26:53 +0000
committerChris Larson <clarson@kergoth.com>2003-10-06 19:26:53 +0000
commit80eaa0fd74c39e8c16585b9a007fb7fb147461da (patch)
tree72dba626a516245bce83cf54bd01a55c898281b9 /libtool
parent02dcfa30b6de691e1636fb6da608b0e58130a082 (diff)
downloadopenembedded-80eaa0fd74c39e8c16585b9a007fb7fb147461da.tar.gz
Libtool alterations, now builds prefixed libtool incarnations. Remember to update your auto* and libtool oeclasses as well.
BKrev: 3f81c1fdxUCRzuBJYwZOytxK7cdFlQ
Diffstat (limited to 'libtool')
-rw-r--r--libtool/libtool-1.5.oe19
-rw-r--r--libtool/libtool-1.5/chmod.patch0
-rw-r--r--libtool/libtool-1.5/prefix.patch0
-rw-r--r--libtool/libtool-cross-1.5.oe0
4 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/
}
diff --git a/libtool/libtool-1.5/chmod.patch b/libtool/libtool-1.5/chmod.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libtool/libtool-1.5/chmod.patch
diff --git a/libtool/libtool-1.5/prefix.patch b/libtool/libtool-1.5/prefix.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libtool/libtool-1.5/prefix.patch
diff --git a/libtool/libtool-cross-1.5.oe b/libtool/libtool-cross-1.5.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libtool/libtool-cross-1.5.oe