diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-06 19:26:53 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-06 19:26:53 +0000 |
commit | 80eaa0fd74c39e8c16585b9a007fb7fb147461da (patch) | |
tree | 72dba626a516245bce83cf54bd01a55c898281b9 /libtool | |
parent | 02dcfa30b6de691e1636fb6da608b0e58130a082 (diff) |
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.oe | 19 | ||||
-rw-r--r-- | libtool/libtool-1.5/chmod.patch | 0 | ||||
-rw-r--r-- | libtool/libtool-1.5/prefix.patch | 0 | ||||
-rw-r--r-- | libtool/libtool-cross-1.5.oe | 0 |
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 |