[Buildroot] [PATCH 15/16] ace_of_penguins: mark as BROKEN

Peter Korsgaard jacmet at uclibc.org
Mon Feb 22 15:54:40 UTC 2010


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> This package is BROKEN in the way it compiles make-imglib and text2c
 Thomas> for the host while being in cross-compiled mode. It does not use
 Thomas> CC_FOR_BUILD and CFLAGS_FOR_BUILD as it should.

 Thomas> No upstream release has been made since 2001 and since it is a
 Thomas> relatively useless package, I don't think it's worth the trouble to
 Thomas> sanitize its build system.

I agree.

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  package/games/ace_of_penguins/Config.in |    1 +
 Thomas>  1 files changed, 1 insertions(+), 0 deletions(-)

 Thomas> diff --git a/package/games/ace_of_penguins/Config.in b/package/games/ace_of_penguins/Config.in
 Thomas> index 1d5a367..2240e7c 100644
 Thomas> --- a/package/games/ace_of_penguins/Config.in
 Thomas> +++ b/package/games/ace_of_penguins/Config.in
 Thomas> @@ -3,6 +3,7 @@ config BR2_PACKAGE_ACE_OF_PENGUINS
 Thomas>  	select BR2_PACKAGE_LIBPNG
 Thomas>  	depends on BR2_PACKAGE_XORG7
 Thomas>  	depends on BR2_PACKAGE_XLIB_LIBXPM
 Thomas> +	depends on BROKEN

It's nice to add a short # comment about why it's broken, like:

games/vice/Config.in:   depends on BROKEN # doesn't build, wrong dependencie

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list