[Buildroot] [PATCH v2 04/25] fix ordering on configs starting with 'c'

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Apr 29 19:14:09 UTC 2017


Hello,

On Sat, 22 Apr 2017 13:17:50 -0400, Adam Duskett wrote:

> diff --git a/package/cdrkit/Config.in b/package/cdrkit/Config.in
> index af18ba9..c5f43f2 100644
> --- a/package/cdrkit/Config.in
> +++ b/package/cdrkit/Config.in
> @@ -1,10 +1,10 @@
>  config BR2_PACKAGE_CDRKIT
> +	bool "cdrkit"
>  	# Needed for libbz
> +	depends on BR2_USE_MMU # fork
>  	select BR2_PACKAGE_BZIP2
>  	select BR2_PACKAGE_LIBCAP
>  	select BR2_PACKAGE_ZLIB
> -	depends on BR2_USE_MMU # fork
> -	bool "cdrkit"

Good example of change that introduce something not completely correct:
the "Needed for libbz" comment is no longer at the right place. I've
moved it to the right location.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list