]> code.ossystems Code Review - openembedded-core.git/commit
boost: delete the build directory before rebuilding
authorRoss Burton <ross.burton@intel.com>
Tue, 19 Apr 2016 16:07:59 +0000 (17:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Apr 2016 06:34:10 +0000 (07:34 +0100)
commite96b6d73e0842e559810e780f20e49267ebb686e
tree4cc760621c47f1d34e8f377554680484345d47a9
parente2dbe5eb869b8336b91023b83d7ca866197efa73
boost: delete the build directory before rebuilding

If there is an existing build directory when do enter do_compile() then delete
it, as it contains the previous build.  If the rebuild was caused because
dependencies have changed we want to ensure that a rebuild actually happens.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/boost/boost.inc