diff options
author | Stefan Stanacar <stefanx.stanacar@intel.com> | 2014-02-27 17:42:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-28 14:48:40 +0000 |
commit | 510560338d157630cd6c816adeb18d514a391883 (patch) | |
tree | 7469afdc553bcd5b299f4181ab7c748ad142db48 /bitbake/lib/toaster | |
parent | 59be48de343ac4d3eab0295df57c40b0c8ed097b (diff) | |
download | poky-510560338d157630cd6c816adeb18d514a391883.tar.gz |
bitbake: build: filter out expanded empty strings for lockfiles flag
If we have something similar to:
LOCKFILES = "${TMPDIR}/my.lock"
LOCKFILES_qemuall = ""
do_task[lockfiles] += "${LOCKFILES}"
when expanded, lockfiles will be empty for qemu, resulting in
File "/home/stefans/yocto/poky/bitbake/lib/bb/utils.py", line 630, in mkdirhier
raise e
OSError: [Errno 2] No such file or directory: ''
This should filter out the empty expansions.
(Bitbake rev: 7813e1bfd08cd48871f8c03cae2810265590105d)
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster')
0 files changed, 0 insertions, 0 deletions