ncurses_5.7: replace tabulators with spaces
authorPaul Menzel <paulepanter@users.sourceforge.net>
Mon, 13 Dec 2010 19:21:03 +0000 (20:21 +0100)
committerKhem Raj <raj.khem@gmail.com>
Tue, 14 Dec 2010 06:26:23 +0000 (22:26 -0800)
Just found this one line, when looking at the recipe.

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/ncurses/ncurses_5.7.bb

index 715fff4..e391b26 100644 (file)
@@ -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