Re: [OE-core] [PATCH] build.py: fix os.getcwd() exception

2016-09-27 Thread Richard Purdie
On Mon, 2016-09-26 at 13:53 -0700, Juro Bystricky wrote: > When trying to obtain the current directory from a directory > that does not exist anymore, an exception is raised. > This patch handles such exception. This should have gone to bitbake-devel, I've cc'd there and queued in master-next for

[OE-core] [PATCH] build.py: fix os.getcwd() exception

2016-09-26 Thread Juro Bystricky
When trying to obtain the current directory from a directory that does not exist anymore, an exception is raised. This patch handles such exception. [YOCTO #10331] Signed-off-by: Juro Bystricky --- bitbake/lib/bb/build.py | 9 +++-- 1 file changed, 7