diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-09-18 14:15:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-19 11:11:20 +0100 |
commit | 3a2725e5d9e90995e137dcda86834090c01e9d0f (patch) | |
tree | cc28bd7c863a7b71f3ef771b11eae0173cc1aa72 /.templateconf | |
parent | adcc476412142deb8d499de06d8447837c3691ae (diff) | |
download | poky-3a2725e5d9e90995e137dcda86834090c01e9d0f.tar.gz |
autotools.bbclass: mkdir ${B} -> mkdir -p ${B}
${B} is the default cwd of tasks, so there might be race issues such as:
| mkdir: cannot create directory `${B}': File exists
[snip]
NOTE: recipe perf-1.0-r9: task do_configure: Failed
(From OE-Core rev: 3390dde6addaafad84c635eb37d2eae1ac22fcb7)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.templateconf')
0 files changed, 0 insertions, 0 deletions