diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-23 00:05:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-30 23:01:29 +0100 |
commit | 56930227128d55dab22f79138152b29cf040ceff (patch) | |
tree | e6544d1b9fd49919b9e015384da2cdc706033a34 /meta/files | |
parent | 055a5bbfc7686c8eec3aad2bcbcf90c40031cc34 (diff) | |
download | openembedded-core-56930227128d55dab22f79138152b29cf040ceff.tar.gz openembedded-core-56930227128d55dab22f79138152b29cf040ceff.tar.bz2 openembedded-core-56930227128d55dab22f79138152b29cf040ceff.zip |
license.bbclass: allow copying license not in common licenses
Some package like linux-firmware has many licenses that aren't in any
way common, and new ones will be added from time to time, in order to
avoid adding bunch of such common license files that are only applicable
to a specific package, NO_GENERIC_LICENSE is added to allow copying license
not in common licenses, it should be used in the recipe as:
NO_GENERIC_LICENSE[<license_name>] = "<license file in fetched source>"
e.g.
NO_GENERIC_LICENSE[Firmware-Abilis] = "LICENCE.Abilis.txt"
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'meta/files')
0 files changed, 0 insertions, 0 deletions