diff options
-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 +++ |