diff mbox series

[08/18] tcl: provide a description for shared library name fixup patch

Message ID 20250407094045.753021-8-alex.kanavin@gmail.com
State New
Headers show
Series [01/18] nfs-utils: replace problematic pending patch with upstream submission | expand

Commit Message

Alexander Kanavin April 7, 2025, 9:40 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 ...-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
diff mbox series

Patch

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 343209ececc..cefcb24433f 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 @@ 
 From 822a73a5dec13549cb20e6c7338b059ece2ea95a Mon Sep 17 00:00:00 2001
 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
+Subject: [PATCH] tcl: add .0 to libtcl.so filename
 
-Upstream-Status: Pending
+This patch is fixing the issue after the fact; the issue
+is that upstream defines the shared library filename as
+libtcl.so (without version) for all platforms in unix/tcl.m4,
+and I (AlexK) suspect they won't be interested in
+changing that.
+
+Upstream-Status: Inappropriate [see above]
 ---
  unix/Makefile.in | 5 ++++-
  unix/tcl.m4      | 3 +++