diff options
| -rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 0511717c94..230a1be752 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -326,7 +326,7 @@ def package_qa_check_license(workdir, d): | |||
| 326 | bb.error ("md5 data is not matching for ", url) | 326 | bb.error ("md5 data is not matching for ", url) |
| 327 | bb.note ("The new md5 checksum is ", md5chksum) | 327 | bb.note ("The new md5 checksum is ", md5chksum) |
| 328 | bb.note ("Check if the license information has changed, and if it has update the .bb file with correct license") | 328 | bb.note ("Check if the license information has changed, and if it has update the .bb file with correct license") |
| 329 | return False | 329 | sane = False |
| 330 | 330 | ||
| 331 | return sane | 331 | return sane |
| 332 | 332 | ||
