]> code.ossystems Code Review - openembedded-core.git/commit
alsa-tools: Fix configure race
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 May 2013 11:07:08 +0000 (14:07 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jun 2013 10:50:17 +0000 (11:50 +0100)
commitdea66ade1184cef6aeb242d87867759ca44a8895
treeeca4cd934e2d94862ec7617b847487b71a8efb8b
parenta5a08543c8cec43d993b2bba0ad6a9357c0a5e04
alsa-tools: Fix configure race

aclocal is being called here directly,
not called by autotools.bbclass wrapper.
aclocal files are installed in sysroot,
and are removed while build is still running.
This translates to a possible race condition during the build.

Fixes [YOCTO #4358].

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb