]> code.ossystems Code Review - openembedded-core.git/commit
insane.bbclass: package_qa_check_license -> populate_lic_qa_checksum
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 27 Apr 2016 02:20:26 +0000 (19:20 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2016 09:30:59 +0000 (10:30 +0100)
commitb7811bbec1ba373d62ace5c4fc56918e53c69d50
treeb070be393b256f7b66f38af8111b4b6a6430b5d2
parent739da8b205067588419303ec2bbb1d92a82cdae9
insane.bbclass: package_qa_check_license -> populate_lic_qa_checksum

The package_qa_check_license() was in do_qa_configure which had a
potential problem, when the recipe sets do_configure[noexec] = "1", then
the license checking won't run, which may hidden license issues. Rename
it to populate_lic_qa_checksum() and run in do_populate_lic[postfuncs] which
is more reasonable (when no populate license, no license checking).

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass