]> code.ossystems Code Review - openembedded-core.git/commit
license: Validate if LICENSE is well defined.
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 22 Dec 2014 23:30:46 +0000 (17:30 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Dec 2014 17:48:57 +0000 (17:48 +0000)
commit346a023a42f127881476e760e8fa4e04303849b9
treeaa0de9a23912a0771a861e1ad29eb409bfb7d5e9
parent57e5f74382d51f2a8df00e18b6008e3d2b44ad1a
license: Validate if LICENSE is well defined.

Add check_license_format function that shows warning if LICENSE don't have
valid operators and also if have space separated entries without operator,
add check_license_format validation into base class.

[YOCTO #6758]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass
meta/classes/license.bbclass