]> 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)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 10 Jun 2013 15:15:17 +0000 (16:15 +0100)
commit1f3b3c75701b791cb32aba76f0a4448f5549fae3
tree05a7ca3a6fd1e13501d226951edfe6d8d35d16cf
parentedf5a7fd6da804588fcc4f2687a7b05ecfda3beb
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].

(From OE-Core master rev: dea66ade1184cef6aeb242d87867759ca44a8895)

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