From: Alexander Kanavin Date: Mon, 7 Apr 2025 09:40:30 +0000 (+0200) Subject: tcl8: mark pending patches as inappropriate X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2671c3183a74617e79f6879b228f2df8055397fb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tcl8: mark pending patches as inappropriate Upstream submission should be done for tcl 9.x patches. Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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 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 --- 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 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 --- 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}. [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 Signed-off-by: Kai Kang