]> code.ossystems Code Review - openembedded-core.git/commit
icecc: Syntax error meant that we weren't waiting for tarball generation
authorDouglas Royds <douglas.royds@taitradio.com>
Wed, 19 Dec 2018 22:59:46 +0000 (11:59 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Dec 2018 13:40:17 +0000 (13:40 +0000)
commit4455c46bf7f49c2b44f250aa89b63b342368e2e3
tree8aabbd42247a80c06e397a15cd268b39173d2a0e
parentfa6bae80bc3392bf99ce53bbe19a0e05dbd0c4ee
icecc: Syntax error meant that we weren't waiting for tarball generation

If two bitbake processes try to generate the ICECC_VERSION tarball at the same
time, the thread that fails to get the lock will wait 30 sec for the first to
finish. A syntax error meant that this was not happening, and in particular, if
tarball generation failed (eg. for lack of patchelf), it did so silently.

Signed-off-by: Douglas Royds <douglas.royds@taitradio.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/icecc.bbclass