]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass: Enable using 'make clean' for rebuilds
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Oct 2014 14:17:03 +0000 (15:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Oct 2014 13:03:55 +0000 (13:03 +0000)
commitd06f2c089e01b7c67699800a7a54a4225233da93
treecab6158cede43c372260b45895cd52f00af024e0
parentc2f761e2010857e2a2aad1dccf06ec39d15c1c86
base.bbclass: Enable using 'make clean' for rebuilds

When something rebuilds say due to ${baselib} changing or some
other key variable, software is often not rebuilt due to the
fact that make detects no dependency change.

By running "make clean" when these changes occur, we can at least try
and ensure the correct rebuilds happen. We use the same checksum check as
autotools to decide if things have changed or not.

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