]> 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>
Mon, 28 Jan 2019 16:56:26 +0000 (16:56 +0000)
commitd4ec47005d29e30b31bc61fe126b385e9e781228
treea2d596ff12dd9482c98713e73f391c7eb2f66bca
parent57673fe89a9c597d7e1d657a0710f3c60df3c28d
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.

(From OE-Core rev: 4455c46bf7f49c2b44f250aa89b63b342368e2e3)

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