[poky] [PATCH 0/2] Add checklicense task to get missing license text
Mei Lei
lei.mei at intel.com
Thu May 12 23:59:46 PDT 2011
From: Mei Lei <lei.mei at intel.com>
Hi Saul,
For adding the information of missing license text into pkg-report system, I add a new task called checklicense in distrodata.bbclass. This check logic is writen by Beth in license.bbclass, avoid affecting the build time, I rewrite this task in distrodata.bbclass.
And there are a lot of repeat code in distrodata.bbclass, create a new function to reduce the repeat code.
Thanks
Lei
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: lmei3/licensecheck
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/licensecheck
Thanks,
Mei Lei <lei.mei at intel.com>
---
Mei Lei (2):
distro_check.py: Add a new function to reduce the repeat code
distrodata.bbclass: Add checklicense task
meta/classes/distrodata.bbclass | 88 ++++++++++++++++++++++++---------------
meta/lib/oe/distro_check.py | 15 +++++++
2 files changed, 69 insertions(+), 34 deletions(-)
More information about the poky
mailing list