summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-01-31 20:38:28 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-31 20:38:28 +0000
commit15b68984f261f62968733e3534bf14aa1e0cf67c (patch)
tree19601ced61bf82af693eaa12a0070d579874eb96
parentb6fce4520ecbf40deb59e28215041fec6abc6a7d (diff)
parent5d57588692546fd36ff4c88d55702c9122f97bf8 (diff)
merge of 652c21965b8f4efd9c6793bab6fa53f1364d13e1
and 892ce9ae745dea2c7ecb924566d1bc40ae2abbd5
-rw-r--r--classes/package.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/package.bbclass b/classes/package.bbclass
index 81ab094ef1..53e1b936b7 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 test -n '${IGNORE_STRIP_ERRORS}'
+ if [ x${IGNORE_STRIP_ERRORS} != x1 ]
then
#FIXME: remove this, it's for error detection
if file "$1" 2>/dev/null >&2