diff options
author | Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> | 2013-02-01 11:58:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-01 15:54:00 +0000 |
commit | 3f1280da0ad6db2962eaca29ecffc694e0f69517 (patch) | |
tree | 7e5615eaf7f50530eb7b1b28d8bcac24b2487686 /meta | |
parent | f651a84abb0ee179370252818c853eed3c6a1bb7 (diff) | |
download | poky-3f1280da0ad6db2962eaca29ecffc694e0f69517.tar.gz |
insane.bbclass: removing outdated comment
This commit removes an outdated comment that recorded an issue that has been
resolved in the commits 1c75a5df6845090480deff20f469f177501d2182 and
d2d5456cd3b3bd3e52a5dedccca4d46e3a7986d1. Probably, the comment was missed
when changing the behavior in those commits.
(From OE-Core rev: fb1b51e902186b6a7d05e511fe3c3f03c10e3444)
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 | ||