summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_ipk.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
-rw-r--r--meta/classes/rootfs_ipk.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass
index be42192009..0bfa49194d 100644
--- a/meta/classes/rootfs_ipk.bbclass
+++ b/meta/classes/rootfs_ipk.bbclass
@@ -85,7 +85,7 @@ rootfs_ipk_log_check() {
85 lf_path="$2" 85 lf_path="$2"
86 86
87 lf_txt="`cat $lf_path`" 87 lf_txt="`cat $lf_path`"
88 for keyword_die in "Cannot find package" "exit 1" "Cannot satisfy the following dependencies" ERR Fail 88 for keyword_die in "exit 1" "Collected errors" ERR Fail
89 do 89 do
90 if (echo "$lf_txt" | grep -v log_check | grep "$keyword_die") >/dev/null 2>&1 90 if (echo "$lf_txt" | grep -v log_check | grep "$keyword_die") >/dev/null 2>&1
91 then 91 then