All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add checklicense task to get missing license text
@ 2011-05-13  6:59 Mei Lei
  2011-05-13  6:59 ` [PATCH 1/2] distro_check.py: Add a new function to reduce the repeat code Mei Lei
  2011-05-13  6:59 ` [PATCH 2/2] distrodata.bbclass: Add checklicense task Mei Lei
  0 siblings, 2 replies; 6+ messages in thread
From: Mei Lei @ 2011-05-13  6:59 UTC (permalink / raw)
  To: poky

From: Mei Lei <lei.mei@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@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(-)



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-16 12:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-13  6:59 [PATCH 0/2] Add checklicense task to get missing license text Mei Lei
2011-05-13  6:59 ` [PATCH 1/2] distro_check.py: Add a new function to reduce the repeat code Mei Lei
2011-05-13 17:13   ` Joshua Lock
2011-05-13  6:59 ` [PATCH 2/2] distrodata.bbclass: Add checklicense task Mei Lei
2011-05-13 17:13   ` Joshua Lock
2011-05-16 12:30     ` Mei, Lei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.