aboutsummaryrefslogtreecommitdiffstats
path: root/classes/package.bbclass
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-01-31 22:34:15 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-31 22:34:15 +0000
commite66483e9adcb6701bb7a2cdd6625324029d700c9 (patch)
treeca3f24be55afcb0cf4a84e1be5a790143358057d /classes/package.bbclass
parent71677e915d559b638b7cbb4f9ccc7f433cd38e6a (diff)
downloadopenembedded-e66483e9adcb6701bb7a2cdd6625324029d700c9.tar.gz
package.bbclass: now really fix interpretation of IGNORE_STRIP_ERRORS.
Diffstat (limited to 'classes/package.bbclass')
-rw-r--r--classes/package.bbclass2
1 files changed, 1 insertions, 1 deletions
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