summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-04-07 11:40:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-10 11:05:34 +0100
commitee41143eba81e15be25f17d86e29a4fe6b71be40 (patch)
tree7953f7b6f03e869f8b4090f65c4de079470568e1
parent4152cfea3fab47f910cf76bc0f4c774e9e592a62 (diff)
downloadpoky-ee41143eba81e15be25f17d86e29a4fe6b71be40.tar.gz
tcl: provide a description for shared library name fixup patch
(From OE-Core rev: 71bfc7e302ad66d989cb991b75dfcffdfa455987) 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/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch b/meta/recipes-devtools/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch
index 343209ecec..cefcb24433 100644
--- a/meta/recipes-devtools/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch
+++ b/meta/recipes-devtools/tcltk/tcl/0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch
@@ -1,9 +1,15 @@
1From 822a73a5dec13549cb20e6c7338b059ece2ea95a Mon Sep 17 00:00:00 2001 1From 822a73a5dec13549cb20e6c7338b059ece2ea95a Mon Sep 17 00:00:00 2001
2From: Richard Purdie <rpurdie@linux.intel.com> 2From: 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 .0 to libtcl.so filename
5 5
6Upstream-Status: Pending 6This patch is fixing the issue after the fact; the issue
7is that upstream defines the shared library filename as
8libtcl.so (without version) for all platforms in unix/tcl.m4,
9and I (AlexK) suspect they won't be interested in
10changing that.
11
12Upstream-Status: Inappropriate [see above]
7--- 13---
8 unix/Makefile.in | 5 ++++- 14 unix/Makefile.in | 5 ++++-
9 unix/tcl.m4 | 3 +++ 15 unix/tcl.m4 | 3 +++