git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9683d9a
)
ncurses_5.7: replace tabulators with spaces
author
Paul Menzel
<paulepanter@users.sourceforge.net>
Mon, 13 Dec 2010 19:21:03 +0000
(20:21 +0100)
committer
Khem 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
patch
|
blob
|
history
diff --git
a/recipes/ncurses/ncurses_5.7.bb
b/recipes/ncurses/ncurses_5.7.bb
index
715fff4
..
e391b26
100644
(file)
--- 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