]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcl: fix typo of upstream status in patch file
authorKai Kang <kai.kang@windriver.com>
Tue, 16 Jul 2013 02:36:12 +0000 (10:36 +0800)
committerSaul Wold <sgw@linux.intel.com>
Thu, 18 Jul 2013 14:14:40 +0000 (07:14 -0700)
Fix typo of upstream status in tcl-remove-hardcoded-install-path.patch
that may cause some scripts out of work. Fix it.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch

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