]> code.ossystems Code Review - openembedded-core.git/commit
autotools.bbclass: Fix automake file race issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Mar 2011 01:57:26 +0000 (17:57 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Mar 2011 02:05:53 +0000 (18:05 -0800)
commit2a15188d631a97dc20940f7edc801212e191332f
treeebb6aab2226a79f90c42fcf5cb64caca7f99423b
parent2e9e8af197671ae06de1bdc9201765b160869d60
autotools.bbclass: Fix automake file race issues

If one package is configuring when automake is built, the aclocal-VERSION
directory can be created or removed and this can confuse the configure
process.

Since we always run automake-native, it should always be using the
autoake-native aclocal directory for automake files which is the
result of this patch.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass