]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: removing outdated comment
authorLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Fri, 1 Feb 2013 10:58:39 +0000 (11:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Feb 2013 15:36:50 +0000 (15:36 +0000)
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.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index 015abd54ca7a6624753f81aecb4e9dc5a9ffb816..3693d42f4c2c50241ede8872546b8fc624b44480 100644 (file)
@@ -557,8 +557,6 @@ def package_qa_check_license(workdir, d):
         return True
 
     if not lic_files:
-        # just throw a warning now. Once licensing data in entered for enough of the recipes,
-        # this will be converted into error and False will be returned.
         bb.error(pn + ": Recipe file does not have license file information (LIC_FILES_CHKSUM)")
         return False