mirror of
https://git.yoctoproject.org/poky
synced 2026-07-23 04:17:46 +02:00
Do not attempt to open the file in the resolve_file method (a lot like bb.which... maybe bb.which can be used). This way we don't need to open/close a file which we have already parsed. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>