From: Chris Larson Date: Wed, 5 May 2004 21:32:23 +0000 (+0000) Subject: Merge openembedded@openembedded.bkbits.net:packages X-Git-Tag: Release-2010-05/1~19316 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78817545b117ec78e512afe7a26cb9cbc3eee2ba;p=openembedded.git Merge openembedded@openembedded.bkbits.net:packages into linux.local:/home/kergoth/code/packages 2004/05/05 17:32:17-04:00 local!kergoth Fix autoreconf execution failures in the libtool 1.5 builds (not certain why they didn't result in build failure on some machines, that needs investigation). BKrev: 40995d67oIfzBdq67pXDFRZMGxlnfg --- diff --git a/libtool/libtool-1.5/autotools.patch b/libtool/libtool-1.5/autotools.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libtool/libtool_1.5.oe b/libtool/libtool_1.5.oe index 9d825b5585..518d4c6ef5 100644 --- a/libtool/libtool_1.5.oe +++ b/libtool/libtool_1.5.oe @@ -5,6 +5,7 @@ libraries) behind a consistent interface." SRC_URI = "http://ftp.club.cc.cmu.edu/pub/gnu/libtool/libtool-${PV}.tar.gz \ file://${FILESDIR}/m4.patch;patch=1 \ + file://${FILESDIR}/autotools.patch;patch=1 \ file://${FILESDIR}/libtool15-update-configscripts.patch;patch=1;pnum=1" S = "${WORKDIR}/libtool-${PV}"