[oe-commits] Paul Menzel : ncurses_5.7: replace tabulators with spaces

git version control git at git.openembedded.org
Tue Dec 14 06:31:52 UTC 2010


Module: openembedded.git
Branch: master
Commit: 9c3296df2204b891eb22742b20d0e8c2b46cfadd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9c3296df2204b891eb22742b20d0e8c2b46cfadd

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Dec 13 20:21:03 2010 +0100

ncurses_5.7: replace tabulators with spaces

Just found this one line, when looking at the recipe.

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/ncurses/ncurses_5.7.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb
index 715fff4..e391b26 100644
--- a/recipes/ncurses/ncurses_5.7.bb
+++ b/recipes/ncurses/ncurses_5.7.bb
@@ -169,7 +169,7 @@ do_install() {
         # else when '-Wl,--no-copy-dt-needed-entries' has been set in
         # linker flags.
         for i in libncurses libncursesw; do
-		f=${D}${libdir}/$i.so
+                f=${D}${libdir}/$i.so
                 test -h $f || continue
                 rm -f $f
                 echo '/* GNU ld script */'  >$f





More information about the Openembedded-commits mailing list