]> code.ossystems Code Review - openembedded-core.git/commit
autotools.bbclass: Make builds deterministic
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2012 13:05:09 +0000 (13:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Feb 2012 00:11:32 +0000 (00:11 +0000)
commit673e2a05013cbe08efde936f663845031025689d
tree588ea9f4bec14df6127c13a79e556b1aa589ffb8
parentf775f76dc01f1a969c00f697507958d8a4f9b088
autotools.bbclass: Make builds deterministic

We need to ensure any aclocal-copy directory is removed before we s
earch for .m4 files, else the locations .m4 files are found from can
vary depending on whether its the first or second time we run configure.

Clearing any existing aclocal-copy directory before we start resolves
this issue and makes builds deterministic again.

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