]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: runqueue: Pass unique hash to hash validate
authorJoshua Watt <jpewhacker@gmail.com>
Wed, 19 Dec 2018 03:10:30 +0000 (21:10 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Jan 2019 22:47:11 +0000 (22:47 +0000)
commit445acdffe0a75bf9ce94c1fc31bebc7c5bd60be8
treea51330507bcd594f550d1283975262b241a07ab0
parent3b5bdb227b91c6a37338311d7b6ffda798bf5cc8
bitbake: runqueue: Pass unique hash to hash validate

If the unique hash is being used to track task dependencies, the hash
validation function needs to know about it in order to properly validate
the hash.

[YOCTO #13030]

(Bitbake rev: 9a529bb2658a4046dafbf32e1eb503d84e64e947)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/runqueue.py