Merge openembedded@openembedded.bkbits.net:packages
authorChris Larson <clarson@kergoth.com>
Wed, 5 May 2004 21:32:23 +0000 (21:32 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 5 May 2004 21:32:23 +0000 (21:32 +0000)
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

libtool/libtool-1.5/autotools.patch [new file with mode: 0644]
libtool/libtool_1.5.oe

diff --git a/libtool/libtool-1.5/autotools.patch b/libtool/libtool-1.5/autotools.patch
new file mode 100644 (file)
index 0000000..e69de29
index 9d825b5..518d4c6 100644 (file)
@@ -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}"