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>
This commit is contained in:
Alexander Kanavin 2025-04-07 11:40:35 +02:00 committed by Richard Purdie
parent 4152cfea3f
commit ee41143eba

View File

@ -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 +++