diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-04-07 11:40:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-10 11:05:34 +0100 |
commit | ee41143eba81e15be25f17d86e29a4fe6b71be40 (patch) | |
tree | 7953f7b6f03e869f8b4090f65c4de079470568e1 | |
parent | 4152cfea3fab47f910cf76bc0f4c774e9e592a62 (diff) | |
download | poky-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.patch | 10 |
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 @@ | |||
1 | From 822a73a5dec13549cb20e6c7338b059ece2ea95a Mon Sep 17 00:00:00 2001 | 1 | From 822a73a5dec13549cb20e6c7338b059ece2ea95a Mon Sep 17 00:00:00 2001 |
2 | From: Richard Purdie <rpurdie@linux.intel.com> | 2 | From: Richard Purdie <rpurdie@linux.intel.com> |
3 | Date: Wed, 9 Dec 2009 23:59:44 +0000 | 3 | Date: Wed, 9 Dec 2009 23:59:44 +0000 |
4 | Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function | 4 | Subject: [PATCH] tcl: add .0 to libtcl.so filename |
5 | 5 | ||
6 | Upstream-Status: Pending | 6 | This patch is fixing the issue after the fact; the issue |
7 | is that upstream defines the shared library filename as | ||
8 | libtcl.so (without version) for all platforms in unix/tcl.m4, | ||
9 | and I (AlexK) suspect they won't be interested in | ||
10 | changing that. | ||
11 | |||
12 | Upstream-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 +++ |