diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-04-05 23:58:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-06 22:57:25 +0100 |
commit | a71db4ca1cf50a103e6a66809c608e4538cf3a9e (patch) | |
tree | 813c5bc9d1838b6d1feabcd04f4a6d9cc4d1f1b3 /meta/recipes-devtools/tcltk/tcl/fix-configure.patch | |
parent | 476eeeae0fdde0cd4952b8c4501813b316c8a330 (diff) | |
download | poky-a71db4ca1cf50a103e6a66809c608e4538cf3a9e.tar.gz |
tcl: remove unused fix-configure.patch
It wasn't used since 2010 at least, and the configure works well, so
remove it.
(From OE-Core rev: ed553f703703fa7743a2c9bd4496739a1f96ce2d)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl/fix-configure.patch')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl/fix-configure.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/fix-configure.patch b/meta/recipes-devtools/tcltk/tcl/fix-configure.patch deleted file mode 100644 index b692a0ebe0..0000000000 --- a/meta/recipes-devtools/tcltk/tcl/fix-configure.patch +++ /dev/null | |||
@@ -1,46 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | Index: unix/tcl.m4 | ||
4 | =================================================================== | ||
5 | --- tcl8.4.11/unix.orig/tcl.m4 | ||
6 | +++ tcl8.4.11/unix/tcl.m4 | ||
7 | @@ -845,7 +845,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ | ||
8 | # results, and the version is kept in special file). | ||
9 | |||
10 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then | ||
11 | - system=MP-RAS-`awk '{print $3}' /etc/.relid'` | ||
12 | + system=MP-RAS-`awk '{print $3}' /etc/.relid` | ||
13 | fi | ||
14 | if test "`uname -s`" = "AIX" ; then | ||
15 | system=AIX-`uname -v`.`uname -r` | ||
16 | @@ -2250,7 +2250,7 @@ AC_DEFUN(SC_BLOCKING_STYLE, [ | ||
17 | # results, and the version is kept in special file). | ||
18 | |||
19 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then | ||
20 | - system=MP-RAS-`awk '{print $3}' /etc/.relid'` | ||
21 | + system=MP-RAS-`awk '{print $3}' /etc/.relid` | ||
22 | fi | ||
23 | if test "`uname -s`" = "AIX" ; then | ||
24 | system=AIX-`uname -v`.`uname -r` | ||
25 | Index: unix/configure | ||
26 | =================================================================== | ||
27 | --- tcl8.4.11/unix.orig/configure | ||
28 | +++ tcl8.4.11/unix/configure | ||
29 | @@ -2130,7 +2130,7 @@ echo "configure:2121: checking system ve | ||
30 | # results, and the version is kept in special file). | ||
31 | |||
32 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then | ||
33 | - system=MP-RAS-`awk '{print }' /etc/.relid'` | ||
34 | + system=MP-RAS-`awk '{print }' /etc/.relid` | ||
35 | fi | ||
36 | if test "`uname -s`" = "AIX" ; then | ||
37 | system=AIX-`uname -v`.`uname -r` | ||
38 | @@ -7608,7 +7608,7 @@ echo "configure:7600: checking FIONBIO v | ||
39 | # results, and the version is kept in special file). | ||
40 | |||
41 | if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then | ||
42 | - system=MP-RAS-`awk '{print }' /etc/.relid'` | ||
43 | + system=MP-RAS-`awk '{print }' /etc/.relid` | ||
44 | fi | ||
45 | if test "`uname -s`" = "AIX" ; then | ||
46 | system=AIX-`uname -v`.`uname -r` | ||