[oe-commits] Lukas Bulwahn : insane.bbclass: removing outdated comment

git at git.openembedded.org git at git.openembedded.org
Fri Feb 1 15:55:25 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: fb1b51e902186b6a7d05e511fe3c3f03c10e3444
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fb1b51e902186b6a7d05e511fe3c3f03c10e3444

Author: Lukas Bulwahn <lukas.bulwahn at oss.bmw-carit.de>
Date:   Fri Feb  1 11:58:39 2013 +0100

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.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn at oss.bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 015abd5..3693d42 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -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
 





More information about the Openembedded-commits mailing list