summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-04-07 11:40:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-10 11:05:34 +0100
commit6a4296d2524138ed78c3d2008b51f31a4a66a927 (patch)
tree2c453a468e95d1e7d4584d397b2cf4c0e6d6df51
parenta499ac1c2b36037aaf3321e296952a65a1b458ba (diff)
downloadpoky-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>
-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>