]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
insane.bbclass: package_qa_check_license -> populate_lic_qa_checksum
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 23 Apr 2016 02:09:10 +0000 (19:09 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 27 Apr 2016 02:15:47 +0000 (19:15 -0700)
commit60a6b185a9bd89574d7a0d74347be022a499d8c9
treee5641374d3a6fdec3990dd401030d3e59e46493e
parentc3a9525323250171be51e5edb6be7084eca48fad
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>
meta/classes/insane.bbclass