diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-04-07 11:40:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-10 11:05:34 +0100 |
commit | 6a4296d2524138ed78c3d2008b51f31a4a66a927 (patch) | |
tree | 2c453a468e95d1e7d4584d397b2cf4c0e6d6df51 | |
parent | a499ac1c2b36037aaf3321e296952a65a1b458ba (diff) | |
download | poky-6a4296d2524138ed78c3d2008b51f31a4a66a927.tar.gz |
tcl8: mark pending patches as inappropriate
Upstream submission should be done for tcl 9.x patches.
(From OE-Core rev: 2671c3183a74617e79f6879b228f2df8055397fb)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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> |