pseudo: Fix pseudo-native rebuild when triggered by dep change
authorMark Hatle <mark.hatle@windriver.com>
Fri, 17 Aug 2012 21:24:52 +0000 (16:24 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Aug 2012 09:45:59 +0000 (10:45 +0100)
commit4c5683c5d9921c69c35287a61ce69042e1affd44
treeb929aacd3aaa2815af3e971a74949865af5f39aa
parenta7b019e417e77c0e2b23d474f2496fad418eb3eb
pseudo: Fix pseudo-native rebuild when triggered by dep change

When NO32LIBS = 0, building 32-bit version of pseudo-native and
building on a 64-bit host -- if the build was triggered by a
dependency change on something pseudo uses, the build could fail
due to left over files from the previous build.  Fix this by
ensuring we run make distclean (and ignoring any failure codes) to
ensure we start over.

(From OE-Core rev: 30ae7320265efe039730cd2faf7bd86a264412ed)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo.inc