]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
tcl8: mark pending patches as inappropriate
authorAlexander Kanavin <alex@linutronix.de>
Mon, 7 Apr 2025 09:40:30 +0000 (11:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Apr 2025 08:03:09 +0000 (09:03 +0100)
Upstream submission should be done for tcl 9.x patches.

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>
meta/recipes-devtools/tcltk8/tcl8/interp.patch
meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch

index a4fb0c5a9d4e9f0edee3d154fd2b65f41cc1f9d2..aeebb038e3e912cef6e1582373346836f6e51735 100644 (file)
@@ -6,7 +6,7 @@ Subject: [PATCH] tcl: fix race in interp.test
 The interp-36.7 patch has race conditions and is missing cleanup.  This patch by
 a Tcl maintainer should improve matters.
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [tcl 8.x is obsolete; upstream submission should be for 9.x patches]
 Signed-off-by: Ross Burton <ross.burton@arm.com>
 ---
  tests/interp.test | 7 ++++---
index 88faf8ac7300e60383ae7e6f77621f81d0a2dfe8..898e8241fc4abae196435442235c4471b831dbcc 100644 (file)
@@ -3,7 +3,7 @@ From: Richard Purdie <rpurdie@linux.intel.com>
 Date: Wed, 9 Dec 2009 23:59:44 +0000
 Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [tcl 8.x is obsolete; upstream submission should be for 9.x patches]
 Signed-off-by: Alexander Kanavin <alex@linutronix.de>
 ---
  unix/Makefile.in | 5 ++++-
index 0a0c1173a2271a0f0d706a3134e08c720dc0b355..f2a37add7d9de98fd20539f3cb152ad9c5a6c91f 100644 (file)
@@ -7,7 +7,7 @@ Remove hardcoded library install path. Change $(prefix)/lib/ to ${libdir}.
 
 [YOCTO #2876]
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [tcl 8.x is obsolete; upstream submission should be for 9.x patches]
 
 Signed-off-by: Song.Li <Song.Li@windriver.com>
 Signed-off-by: Kai Kang <kai.kang@windriver.com>