summaryrefslogtreecommitdiffstats
path: root/meta/classes/insane.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r--meta/classes/insane.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index e9d4bfab08..35809b9ec2 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -348,8 +348,12 @@ def package_qa_check_license(workdir, d):
348 sane = True 348 sane = True
349 349
350 lic_files = bb.data.getVar('LIC_FILES_CHKSUM', d, True) 350 lic_files = bb.data.getVar('LIC_FILES_CHKSUM', d, True)
351 lic = bb.data.getVar('LICENSE', d, True)
351 pn = bb.data.getVar('PN', d, True) 352 pn = bb.data.getVar('PN', d, True)
352 353
354 if lic == "CLOSED":
355 return True
356
353 if not lic_files: 357 if not lic_files:
354 # just throw a warning now. Once licensing data in entered for enough of the recipes, 358 # just throw a warning now. Once licensing data in entered for enough of the recipes,
355 # this will be converted into error and False will be returned. 359 # this will be converted into error and False will be returned.