From: Kai Kang Date: Tue, 16 Jul 2013 02:36:12 +0000 (+0800) Subject: tcl: fix typo of upstream status in patch file X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21937da58e6ed420d0a6c0266d89b96885179192;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. (From OE-Core rev: 0931eead0f874112836926dd493c9f47b3edbd16) Signed-off-by: Kai Kang Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 9afca5e2599..afdd8803cc2 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 Signed-off-by: Kai Kang