diff options
author | Rene Wagner <rw@handhelds.org> | 2006-01-31 22:12:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-31 22:12:38 +0000 |
commit | 71677e915d559b638b7cbb4f9ccc7f433cd38e6a (patch) | |
tree | f7827ef7cd41b5cec6fde53020b428de7f7f2dee | |
parent | 37a8900c8ffa8c1f54014b31a0bcf754ddfa32a1 (diff) |
package.bbclass: fix interpretation of IGNORE_STRIP_ERRORS one more time.
-rw-r--r-- | classes/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/package.bbclass b/classes/package.bbclass index 53e1b936b7..cb4a396f5d 100644 --- a/classes/package.bbclass +++ b/classes/package.bbclass @@ -110,7 +110,7 @@ runstrip() { if test $st -ne 0 then oewarn "runstrip: ${STRIP} $1: strip failed" >&2 - if [ x${IGNORE_STRIP_ERRORS} != x1 ] + if [ x${IGNORE_STRIP_ERRORS} != x ] then #FIXME: remove this, it's for error detection if file "$1" 2>/dev/null >&2 |