diff options
author | Kai Kang <kai.kang@windriver.com> | 2013-07-16 10:36:12 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-18 07:14:40 -0700 |
commit | 0931eead0f874112836926dd493c9f47b3edbd16 (patch) | |
tree | fa8277587b779caf08ca30ecf0d3a7c8d7d706ec /meta/recipes-devtools/tcltk/tcl | |
parent | 1395a2364aefbe1d19af155e132b6885ec095771 (diff) | |
download | openembedded-core-0931eead0f874112836926dd493c9f47b3edbd16.tar.gz openembedded-core-0931eead0f874112836926dd493c9f47b3edbd16.tar.bz2 openembedded-core-0931eead0f874112836926dd493c9f47b3edbd16.zip |
tcl: fix typo of upstream status in patch file
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>
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch | 2 |
1 files changed, 1 insertions, 1 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 9afca5e259..afdd8803cc 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 @@ -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> |