]> code.ossystems Code Review - openembedded-core.git/commit
Add copyleft compliance class
authorChristopher Larson <kergoth@gmail.com>
Mon, 5 Dec 2011 01:05:37 +0000 (20:05 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Dec 2011 15:23:19 +0000 (15:23 +0000)
commitf0c36abba71c261f33c9906f122dd6cd9ed19221
tree960671e89756aa03601a478ebc0cbcbbf3ada6b3
parent6984961314c8ba2aceab9acabb658f96ed249fef
Add copyleft compliance class

Deploys sources for recipes for compliance with copyleft-style licenses
Defaults to using symlinks, as it's a quick operation, and one can easily
follow the links when making use of the files (e.g. tar with the -h arg).

By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary.

Signed-off-by: Christopher Larson <kergoth@gmail.com>
meta/classes/copyleft_compliance.bbclass [new file with mode: 0644]