]> code.ossystems Code Review - openembedded-core.git/commit
license.bbclass: split incompatible license check into a helper function
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 10 Oct 2019 11:18:47 +0000 (13:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Oct 2019 15:55:54 +0000 (16:55 +0100)
commit8a0f342e4fc33b1aa53089b1de583d45d2951476
treee5f3bf3f62a9fbe8daf222589064656da3704dcd
parentf8c588e555530567026016a38329b42d4dcc417e
license.bbclass: split incompatible license check into a helper function

This would help with checking incompatible licenses at do_rootfs step
in image creation, where it is beneficial to pass the license string
directly to the function.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/license.bbclass