diff options
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 015abd54ca..3693d42f4c 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -557,8 +557,6 @@ def package_qa_check_license(workdir, d): | |||
557 | return True | 557 | return True |
558 | 558 | ||
559 | if not lic_files: | 559 | if not lic_files: |
560 | # just throw a warning now. Once licensing data in entered for enough of the recipes, | ||
561 | # this will be converted into error and False will be returned. | ||
562 | bb.error(pn + ": Recipe file does not have license file information (LIC_FILES_CHKSUM)") | 560 | bb.error(pn + ": Recipe file does not have license file information (LIC_FILES_CHKSUM)") |
563 | return False | 561 | return False |
564 | 562 | ||