[Buildroot] [PATCH v2 2/2] package/mono: bump to version 4.0.1

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat May 2 15:04:58 UTC 2015


Dear Angelo Compagnucci,

On Thu, 30 Apr 2015 16:03:15 +0200, Angelo Compagnucci wrote:

> diff --git a/package/mono/Config.in b/package/mono/Config.in
> index 1db5df4..a16f098 100644
> --- a/package/mono/Config.in
> +++ b/package/mono/Config.in
> @@ -14,27 +14,5 @@ config BR2_PACKAGE_MONO
>  
>  	  http://download.mono-project.com/sources/mono/
>  
> -if BR2_PACKAGE_MONO
> -
> -config BR2_PACKAGE_MONO_20
> -	bool "2.0/3.5 .Net Runtime"
> -	help
> -	  This option enables the installation of the 2.0/3.5 version
> -	  of the Mono .Net runtime to the target
> -
> -config BR2_PACKAGE_MONO_40
> -	bool "4.0 .Net Runtime"
> -	help
> -	  This option enables the installation of the 4.0 version
> -	  of the Mono .Net runtime to the target
> -
> -config BR2_PACKAGE_MONO_45
> -	bool "4.5 .Net Runtime"
> -	help
> -	  This option enables the installation of the 4.5 version
> -	  of the Mono .Net runtime to the target
> -
> -endif

When you remove options, you need to add Config.in.legacy handling for
them.

Also, you forgot to remove the line:

  select BR2_PACKAGE_MONO_45 if !BR2_PACKAGE_MONO_20 && !BR2_PACKAGE_MONO_40

which didn't make sense anymore.

Committed with these issues fixed.

Thanks,

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


More information about the buildroot mailing list