[OE-core] LIC_FILES_CHKSUM fatal?

Phil Blundell pb at pbcl.net
Mon May 16 16:24:23 UTC 2011


This change, from commit d2d5456cd3b3bd3e52a5dedccca4d46e3a7986d1:

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 225530a..71ed5b6 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -349,7 +349,7 @@ def package_qa_check_license(workdir, d):
         # 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 True
+        return False

means that, contrary to what the comment says, lack of LIC_FILES_CHKSUM
is now a fatal error.  Was this a deliberate change or an oversight? 

p.







More information about the Openembedded-core mailing list