bitbake: runqueue/bitbake-worker: Fix dry run fakeroot issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Nov 2013 13:31:47 +0000 (13:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 Nov 2013 12:25:36 +0000 (12:25 +0000)
commit534e0adb1782ca461ab4b21e52848a0bb0824778
tree3847d9b3514eabae894a15b4092c7419d2967198
parent0c9d1baad1af5d04412fc6229f99e55ea19cbd81
bitbake: runqueue/bitbake-worker: Fix dry run fakeroot issues

When using the dry run option (-n), bitbake would still try and fire
a specific fakeroot worker. This is doomed to failure since it might
well not have been built.

Add in some checks to prevent the failures.

[YOCTO #5367]

(Bitbake rev: f34d0606f87ce9dacadeb78bac35879b74f10559)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake-worker
bitbake/lib/bb/runqueue.py