]> 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)
committerSteve Sakoman <steve@sakoman.com>
Fri, 2 Apr 2021 14:21:56 +0000 (04:21 -1000)
commitd044d9c0cb672c499059eb273e399ce4aee17e0d
tree009005f46660957366cbac8e62a8383342ffbab1
parent9d77288cd614c6ced51fbd60b2851f619610e9dd
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>
(cherry picked from commit edc28907ce19a7298059dd388933c58a9c6c28b9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/image.bbclass
meta/classes/populate_sdk_base.bbclass