]> code.ossystems Code Review - openembedded-core.git/commit
image,populate_sdk_base: move 'func' flag setting for sdk command vars
authorChristopher Larson <kergoth@gmail.com>
Thu, 25 Mar 2021 16:16:59 +0000 (21:16 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Mar 2021 07:50:59 +0000 (08:50 +0100)
commitedc28907ce19a7298059dd388933c58a9c6c28b9
tree50c55cb72ac751e14594bee9ef568d232bf6d28a
parent554b17e0bbe5190e4b03121f2ed06f4845012a71
image,populate_sdk_base: move 'func' flag setting for sdk command vars

Setting the 'func' flag on the commands variables ensures that they are parsed
as shell, and therefore that the referenced commands contents are included in
checksums. Doing this only in image.bbclass means that this is missing in
recipes that are not images, but which inherit populate_sdk or populate_sdk_base
directly, so move it to the latter.

[YOCTO #13998]

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/classes/populate_sdk_base.bbclass