]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcl: mark a patch as upstreamable
authorRoss Burton <ross.burton@arm.com>
Fri, 9 Jul 2021 15:37:24 +0000 (16:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Jul 2021 13:24:47 +0000 (14:24 +0100)
No reason this shouldn't be fixed upstream.

Signed-off-by: Ross Burton <ross.burton@arm.com>
meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch

index 17d251d5549ebd930196989e39dafb49826cdd00..386fbf83d0c213af9604b406049734dfb1d8205b 100644 (file)
@@ -7,10 +7,7 @@ Remove hardcoded library install path. Change $(prefix)/lib/ to ${libdir}.
 
 [YOCTO #2876]
 
-This is not a bug, but libraries should be installed into directory .../lib/.
-On 64bit target that should be lib64/.
-
-Upstream-Status: Inappropriate [configuration]
+Upstream-Status: Pending
 
 Signed-off-by: Song.Li <Song.Li@windriver.com>
 Signed-off-by: Kai Kang <kai.kang@windriver.com>