From: Chris Larson Date: Mon, 6 Oct 2003 19:26:53 +0000 (+0000) Subject: Libtool alterations, now builds prefixed libtool incarnations. Remember to update... X-Git-Tag: Release-2010-05/1~20710 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80eaa0fd74c39e8c16585b9a007fb7fb147461da;p=openembedded.git Libtool alterations, now builds prefixed libtool incarnations. Remember to update your auto* and libtool oeclasses as well. BKrev: 3f81c1fdxUCRzuBJYwZOytxK7cdFlQ --- 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 diff --git a/libtool/libtool-1.5/prefix.patch b/libtool/libtool-1.5/prefix.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libtool/libtool-cross-1.5.oe b/libtool/libtool-cross-1.5.oe new file mode 100644 index 0000000000..e69de29bb2