diff options
-rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index fa0764baf7..be42192009 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" ERR Fail | 88 | for keyword_die in "Cannot find package" "exit 1" "Cannot satisfy the following dependencies" 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 |