From: Paul Menzel Date: Mon, 13 Dec 2010 19:21:03 +0000 (+0100) Subject: ncurses_5.7: replace tabulators with spaces X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c3296df2204b891eb22742b20d0e8c2b46cfadd;p=openembedded.git ncurses_5.7: replace tabulators with spaces Just found this one line, when looking at the recipe. Signed-off-by: Paul Menzel Signed-off-by: Khem Raj --- diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb index 715fff4e54..e391b269ff 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