From: Gerald Britton Date: Mon, 10 May 2004 21:03:31 +0000 (+0000) Subject: Merge ssh://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~19225 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42169d019de19221e2dfc23947659ad007f8a222;p=openembedded.git Merge ssh://openembedded@openembedded.bkbits.net/packages into doomcom.org:/home/gbritton/devel/OE/packages 2004/05/10 17:03:26-04:00 doomcom.org!gbritton remove duplicate application of a libtool patch BKrev: 409fee23VKOcKSWdnwnH6ewE1EIZYA --- diff --git a/libtool/libtool-cross_1.5.oe b/libtool/libtool-cross_1.5.oe index f87ea50322..d071c9575c 100644 --- a/libtool/libtool-cross_1.5.oe +++ b/libtool/libtool-cross_1.5.oe @@ -5,7 +5,6 @@ FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/libtool-${PV}" SRC_URI_append = " file://${FILESDIR}/libdir-la.patch;patch=1 \ file://${FILESDIR}/sedvar.patch;patch=1 \ file://${FILESDIR}/tag.patch;patch=1 \ - file://${FILESDIR}/prefix.patch;patch=1 \ file://${FILESDIR}/ld.patch;patch=1 \ file://${FILESDIR}/chmod.patch;patch=1" S = "${WORKDIR}/libtool-${PV}" diff --git a/libtool/libtool-native_1.5.oe b/libtool/libtool-native_1.5.oe index 252167622a..789ee5f4df 100644 --- a/libtool/libtool-native_1.5.oe +++ b/libtool/libtool-native_1.5.oe @@ -6,7 +6,6 @@ FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/libtool-${PV}" SRC_URI_append = " file://${FILESDIR}/libdir-la.patch;patch=1 \ file://${FILESDIR}/sedvar.patch;patch=1 \ file://${FILESDIR}/tag.patch;patch=1 \ - file://${FILESDIR}/prefix.patch;patch=1 \ file://${FILESDIR}/ld.patch;patch=1 \ file://${FILESDIR}/chmod.patch;patch=1 \ file://${FILESDIR}/install-path-check.patch;patch=1"