package.bbclass: now really fix interpretation of IGNORE_STRIP_ERRORS.
authorRene Wagner <rw@handhelds.org>
Tue, 31 Jan 2006 22:34:15 +0000 (22:34 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 31 Jan 2006 22:34:15 +0000 (22:34 +0000)
classes/package.bbclass

index cb4a396..fd8d1b7 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} != x ]
+                       if [ x${IGNORE_STRIP_ERRORS} == x1 ]
                        then
                                #FIXME: remove this, it's for error detection
                                if file "$1" 2>/dev/null >&2