summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 70ed95bbe0..2a6ec34c36 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -403,7 +403,7 @@ do_strip() {
403 gawk '{print $1}'` 403 gawk '{print $1}'`
404 404
405 for str in ${KERNEL_IMAGE_STRIP_EXTRA_SECTIONS}; do { 405 for str in ${KERNEL_IMAGE_STRIP_EXTRA_SECTIONS}; do {
406 if [[ "$headers" != *"$str"* ]]; then 406 if [ "$headers" != *"$str"* ]; then
407 bbwarn "Section not found: $str"; 407 bbwarn "Section not found: $str";
408 fi 408 fi
409 409