distribute_license: added class to copy license files
commit5e75fa8c1b28055b610eb47ba5d3368a16810aa4
authorChase Maupin <chasemaupin03@gmail.com>
Fri, 30 Jul 2010 03:34:59 +0000 (30 03:34 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 3 Aug 2010 07:44:44 +0000 (3 09:44 +0200)
treecddcd2f9379c8a067ca8b2315daebbade676c135
parent49ff3926ef757a9665b0c2298867ff2c4af9ad6e
distribute_license: added class to copy license files

* This class can be used to copy license files from package
  sources into the deploy directory so they can be distributed.
* By default it searches the top-level source directory for
  files matching COPYING* or LICENSE*
* Search depth and pattern can be modified using the
  LICENSE_SEARCH_DEPTH and LICENSE_FILES variables
  respectively.
* Thanks to Koen Kooi and Bernhard Reutner-Fischer for their
  inputs and suggestions.

Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
classes/distribute_license.bbclass [new file with mode: 0644]