diff options
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 | |||
6 | The interp-36.7 patch has race conditions and is missing cleanup. This patch by | 6 | The interp-36.7 patch has race conditions and is missing cleanup. This patch by |
7 | a Tcl maintainer should improve matters. | 7 | a Tcl maintainer should improve matters. |
8 | 8 | ||
9 | Upstream-Status: Pending | 9 | Upstream-Status: Inappropriate [tcl 8.x is obsolete; upstream submission should be for 9.x patches] |
10 | Signed-off-by: Ross Burton <ross.burton@arm.com> | 10 | Signed-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> | |||
3 | Date: Wed, 9 Dec 2009 23:59:44 +0000 | 3 | Date: Wed, 9 Dec 2009 23:59:44 +0000 |
4 | Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function | 4 | Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function |
5 | 5 | ||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Inappropriate [tcl 8.x is obsolete; upstream submission should be for 9.x patches] |
7 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | 7 | Signed-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 | ||
10 | Upstream-Status: Pending | 10 | Upstream-Status: Inappropriate [tcl 8.x is obsolete; upstream submission should be for 9.x patches] |
11 | 11 | ||
12 | Signed-off-by: Song.Li <Song.Li@windriver.com> | 12 | Signed-off-by: Song.Li <Song.Li@windriver.com> |
13 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | 13 | Signed-off-by: Kai Kang <kai.kang@windriver.com> |