summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2021-07-09 16:37:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-13 14:27:53 +0100
commit21833194c98dce9cade55685b6f454d8a0124811 (patch)
treeace5f61138eb014c58f76d07235172229930313c /meta/recipes-devtools/tcltk
parent67fc565899d72b834634a1dccbc9cafeb51cbe26 (diff)
downloadpoky-21833194c98dce9cade55685b6f454d8a0124811.tar.gz
tcl: mark a patch as upstreamable
No reason this shouldn't be fixed upstream. (From OE-Core rev: 9fff7f5fdd4189fb977ea4e299d8bd5c42e5ba02) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r--meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch b/meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch
index 17d251d554..386fbf83d0 100644
--- a/meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch
+++ b/meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch
@@ -7,10 +7,7 @@ Remove hardcoded library install path. Change $(prefix)/lib/ to ${libdir}.
7 7
8[YOCTO #2876] 8[YOCTO #2876]
9 9
10This is not a bug, but libraries should be installed into directory .../lib/. 10Upstream-Status: Pending
11On 64bit target that should be lib64/.
12
13Upstream-Status: Inappropriate [configuration]
14 11
15Signed-off-by: Song.Li <Song.Li@windriver.com> 12Signed-off-by: Song.Li <Song.Li@windriver.com>
16Signed-off-by: Kai Kang <kai.kang@windriver.com> 13Signed-off-by: Kai Kang <kai.kang@windriver.com>