]> code.ossystems Code Review - openembedded-core.git/commit
license: Add support for handle INCOMPATIBLE_LICENSE in manifest creation
authorAníbal Limón <anibal.limon@linux.intel.com>
Fri, 8 May 2015 20:41:31 +0000 (20:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 May 2015 21:26:01 +0000 (22:26 +0100)
commitd1278570041029d7c9fc6ce657e9a1701a421841
tree295ff7d0a7befdd41e43c891445178784d9f3603
parentc16cf0a0331d128e4ba7341fe28510a9bfb7ee16
license: Add support for handle INCOMPATIBLE_LICENSE in manifest creation

When INCOMPATIBLE_LICENSE's is specified it need to be removed from
license.manifest and also avoid copy to target image.

Add ManifestVisitor that walk the license string searching for
INCOMPATIBLE_LICENSE's if found remove it.

[YOCTO #6765]

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