diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-13 22:15:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-13 22:15:32 +0000 |
commit | 2e46a28f63a9e015da156ddede382081b88d4b96 (patch) | |
tree | b4018c5aa66c764aeb707ba95982209a500a2daa /meta/packages/libtool | |
parent | 02a180ab6fd652b2498886b5cf481cf1649cf182 (diff) | |
download | poky-2e46a28f63a9e015da156ddede382081b88d4b96.tar.gz |
libtool-1.5.10: Drop unused patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4243 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libtool')
-rw-r--r-- | meta/packages/libtool/libtool-1.5.10/sedvar.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/libtool/libtool-1.5.10/sedvar.patch b/meta/packages/libtool/libtool-1.5.10/sedvar.patch deleted file mode 100644 index d505edae24..0000000000 --- a/meta/packages/libtool/libtool-1.5.10/sedvar.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | |||
2 | # | ||
3 | # Made by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
4 | # | ||
5 | |||
6 | --- libtool-1.5/ltmain.in~sedvar 2003-04-14 16:58:24.000000000 -0500 | ||
7 | +++ libtool-1.5/ltmain.in 2003-09-24 14:18:50.175518400 -0500 | ||
8 | @@ -48,6 +48,8 @@ | ||
9 | exit 0 | ||
10 | fi | ||
11 | |||
12 | +[ -z "${SED}" ] && SED=sed | ||
13 | + | ||
14 | # The name of this program. | ||
15 | progname=`$echo "$0" | ${SED} 's%^.*/%%'` | ||
16 | modename="$progname" | ||