diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-10 21:03:31 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-10 21:03:31 +0000 |
commit | 42169d019de19221e2dfc23947659ad007f8a222 (patch) | |
tree | 34a7a6ca2c504a8664c57e37cf937305764be9be /libtool | |
parent | 3419e275e1d315029f556e7a15f83791095cedb7 (diff) |
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
Diffstat (limited to 'libtool')
-rw-r--r-- | libtool/libtool-cross_1.5.oe | 1 | ||||
-rw-r--r-- | libtool/libtool-native_1.5.oe | 1 |
2 files changed, 0 insertions, 2 deletions
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" |