]> code.ossystems Code Review - openembedded-core.git/commit
base: Improve makefile clean handling, introduce CLEANBROKEN variable
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Nov 2014 18:46:35 +0000 (18:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Nov 2014 11:07:58 +0000 (11:07 +0000)
commit45b7d3add14eafc25da62bab68d4ae133f8dcb57
tree3ed0895eec416d2c7cd78d28e7fac47d0c40e3c4
parenta1dacd52d8bad948dcea3c39278da1d87e3167af
base: Improve makefile clean handling, introduce CLEANBROKEN variable

It turns out we have quite a number of Makefiles out there without a
clean target. Rather than have all cases code an empty do_configure, add
a CLEANBROKEN variable which when set to "1" will disable the attempt to
"make clean".

This patch also adjusts various recipes which either have this problem
fixed, or have been reported to have make clean failures.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass
meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
meta/recipes-devtools/gnu-config/gnu-config_git.bb
meta/recipes-extended/cups/cups.inc
meta/recipes-extended/lsb/lsb_4.1.bb
meta/recipes-kernel/cryptodev/cryptodev_1.6.inc
meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
meta/recipes-multimedia/flac/flac_1.3.0.bb