]> code.ossystems Code Review - openembedded-core.git/commit
perf: mkdir ${B} -> mkdir -p ${B}
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 18 Sep 2015 12:13:46 +0000 (14:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 19 Sep 2015 10:10:31 +0000 (11:10 +0100)
commiteb3d1dac724144637a86e8124b7b6b91bbeab822
tree9e61bc42537db43f24c177529b0aceee61bf6e03
parent38de3cd2fcc5e2c79dcf1c864c84f8e712111e5d
perf: mkdir ${B} -> mkdir -p ${B}

${B} is the default cwd of tasks, so there might be race issues such as:
| mkdir: cannot create directory `/path/to/work/qemux86-poky-linux/perf/1.0-r9/perf-1.0/': File exists
[snip]
NOTE: recipe perf-1.0-r9: task do_configure: Failed

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/perf/perf.bb