]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: let do_image depend on do_populate_lic of EXTRA_IMAGEDEPENDS
authorMing Liu <liu.ming50@gmail.com>
Tue, 26 Sep 2017 12:31:16 +0000 (14:31 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:25 +0000 (17:14 +0000)
commit2aa357501f74163f49c62db8660b7a132b5d0d46
tree708066903d741ddba10aacb3fa815de5bc1428df
parent390e4cc74ef9b578e1cced21444247d975610154
image.bbclass: let do_image depend on do_populate_lic of EXTRA_IMAGEDEPENDS

The licenses of EXTRA_IMAGEDEPENDS recipes are being referenced in
image postcommand write_deploy_manifest, but a dependency is missing
between do_image and do_populate_lic of EXTRA_IMAGEDEPENDS recipes,
this leads some license files not present when write_deploy_manifest
runs, hence will cause build errors.

Fixed by letting do_image depend on do_populate_lic of
EXTRA_IMAGEDEPENDS recipes.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/classes/image.bbclass