mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
insane.bbclass: removing outdated comment
This commit removes an outdated comment that recorded an issue that has been resolved in the commits1c75a5df68andd2d5456cd3. 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>
This commit is contained in:
committed by
Richard Purdie
parent
f651a84abb
commit
3f1280da0a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user