package.bbclass: fix interpretation of IGNORE_STRIP_ERRORS one more time.
authorRene Wagner <rw@handhelds.org>
Tue, 31 Jan 2006 22:12:38 +0000 (22:12 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 31 Jan 2006 22:12:38 +0000 (22:12 +0000)
classes/package.bbclass

index 53e1b93..cb4a396 100644 (file)
@@ -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