summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/builder/builder_0.1.bb
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2015-07-31 11:16:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-01 22:24:20 +0100
commit22078d5e533e59a9aa6999abefbf6ece4e01de8d (patch)
treee0c99f600700dcc743c3d6b3c3ff5c7198910bab /meta/recipes-graphics/builder/builder_0.1.bb
parent75fc6bf0a02dd0512a958cf0c1461f4e98796736 (diff)
downloadpoky-22078d5e533e59a9aa6999abefbf6ece4e01de8d.tar.gz
bitbake: bb.parse: properly error out on filesystem errors
We've had a long-standing bug where a legitimate error reading a file (IOError or OSError) is always suppressed as though it was a 'file not found' case. As a concrete example, if you do a `chmod 000 conf/local.conf`, it'll silently not parse local.conf, rather than erroring to let the user know about the problem. Fix this by handling the ENOENT case specifically. (Bitbake rev: e691312a3add222b04e7b2f52f8df6abcb9068bf) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/builder/builder_0.1.bb')
0 files changed, 0 insertions, 0 deletions