From: Rene Wagner Date: Tue, 31 Jan 2006 22:34:15 +0000 (+0000) Subject: package.bbclass: now really fix interpretation of IGNORE_STRIP_ERRORS. X-Git-Tag: Release-2010-05/1~9453^2~2469 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66483e9adcb6701bb7a2cdd6625324029d700c9;p=openembedded.git package.bbclass: now really fix interpretation of IGNORE_STRIP_ERRORS. --- diff --git a/classes/package.bbclass b/classes/package.bbclass index cb4a396f5d..fd8d1b7b09 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} != x ] + if [ x${IGNORE_STRIP_ERRORS} == x1 ] then #FIXME: remove this, it's for error detection if file "$1" 2>/dev/null >&2