summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/tcltk8/tcl8/interp.patch2
-rw-r--r--meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch2
-rw-r--r--meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/tcltk8/tcl8/interp.patch b/meta/recipes-devtools/tcltk8/tcl8/interp.patch
index a4fb0c5a9d..aeebb038e3 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/interp.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/interp.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] tcl: fix race in interp.test
6The interp-36.7 patch has race conditions and is missing cleanup. This patch by 6The interp-36.7 patch has race conditions and is missing cleanup. This patch by
7a Tcl maintainer should improve matters. 7a Tcl maintainer should improve matters.
8 8
9Upstream-Status: Pending 9Upstream-Status: Inappropriate [tcl 8.x is obsolete; upstream submission should be for 9.x patches]
10Signed-off-by: Ross Burton <ross.burton@arm.com> 10Signed-off-by: Ross Burton <ross.burton@arm.com>
11--- 11---
12 tests/interp.test | 7 ++++--- 12 tests/interp.test | 7 ++++---
diff --git a/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch b/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
index 88faf8ac73..898e8241fc 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
@@ -3,7 +3,7 @@ From: Richard Purdie <rpurdie@linux.intel.com>
3Date: Wed, 9 Dec 2009 23:59:44 +0000 3Date: Wed, 9 Dec 2009 23:59:44 +0000
4Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function 4Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function
5 5
6Upstream-Status: Pending 6Upstream-Status: Inappropriate [tcl 8.x is obsolete; upstream submission should be for 9.x patches]
7Signed-off-by: Alexander Kanavin <alex@linutronix.de> 7Signed-off-by: Alexander Kanavin <alex@linutronix.de>
8--- 8---
9 unix/Makefile.in | 5 ++++- 9 unix/Makefile.in | 5 ++++-
diff --git a/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch b/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
index 0a0c1173a2..f2a37add7d 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
@@ -7,7 +7,7 @@ Remove hardcoded library install path. Change $(prefix)/lib/ to ${libdir}.
7 7
8[YOCTO #2876] 8[YOCTO #2876]
9 9
10Upstream-Status: Pending 10Upstream-Status: Inappropriate [tcl 8.x is obsolete; upstream submission should be for 9.x patches]
11 11
12Signed-off-by: Song.Li <Song.Li@windriver.com> 12Signed-off-by: Song.Li <Song.Li@windriver.com>
13Signed-off-by: Kai Kang <kai.kang@windriver.com> 13Signed-off-by: Kai Kang <kai.kang@windriver.com>