]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
staging: Ensure we filter out ourselves
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Apr 2022 15:22:06 +0000 (16:22 +0100)
committerSteve Sakoman <steve@sakoman.com>
Fri, 29 Apr 2022 15:27:54 +0000 (05:27 -1000)
commita1eba0f2d36f3bb03323a65c66dd2a83c5dd2c05
tree1f358c3008aebfe0e45f91872ec79fa114cec791
parent04e03fa3acde7a23825fb9a17de98f1cecaae097
staging: Ensure we filter out ourselves

Adding a dependency on ourselves in this function doesn't make sense, the hash
may change after hash equivalence is applied. Other code using BB_TASKDEPDATA does
handle the self reference correctly (which is there for a reason), update this
code to do likewise.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d98b06c9c6f480de1e5167bfe8392e39300fc02c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/staging.bbclass