[OE-core] [PATCH 1/1] combo-layer: handle unset dest_dir in sanity_check()

2015-08-04 Thread Patrick Ohly
The previous clean up dest_dir checking patch (f8cdbe7497) improved handling of empty dest_dir but made handling of unset dest_dir worse: instead showing the Option dest_dir is not defined for component ... error, it fails with a Python exception. Avoid that by providing a sane fallback for the

Re: [OE-core] [PATCH 1/1] combo-layer: handle unset dest_dir in sanity_check()

2015-08-04 Thread Patrick Ohly
Please ignore, I accidentally resent this pull request. On Tue, 2015-08-04 at 18:20 +0200, Patrick Ohly wrote: The previous clean up dest_dir checking patch (f8cdbe7497) improved handling of empty dest_dir but made handling of unset dest_dir worse: instead showing the Option dest_dir is not

Re: [OE-core] [PATCH 1/1] combo-layer: handle unset dest_dir in sanity_check()

2015-05-21 Thread Paul Eggleton
On Wednesday 20 May 2015 13:48:20 Patrick Ohly wrote: The previous clean up dest_dir checking patch (f8cdbe7497) improved handling of empty dest_dir but made handling of unset dest_dir worse: instead showing the Option dest_dir is not defined for component ... error, it fails with a Python

[OE-core] [PATCH 1/1] combo-layer: handle unset dest_dir in sanity_check()

2015-05-20 Thread Patrick Ohly
The previous clean up dest_dir checking patch (f8cdbe7497) improved handling of empty dest_dir but made handling of unset dest_dir worse: instead showing the Option dest_dir is not defined for component ... error, it fails with a Python exception. Avoid that by providing a sane fallback for the