summaryrefslogtreecommitdiffstats
path: root/package/mono/mono.mk
diff options
context:
space:
mode:
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>2015-04-30 16:03:15 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-05-02 17:02:57 +0200
commiteff7c144952863a233780b6299b0bd980c42250a (patch)
treec9f8376b6bde14443ccbdc761ab81c4640cae7e6 /package/mono/mono.mk
parent170dcb98d721aafd259f3c5c06612d3c4954f079 (diff)
downloadbuildroot-eff7c144952863a233780b6299b0bd980c42250a.tar.gz
buildroot-eff7c144952863a233780b6299b0bd980c42250a.zip
package/mono: bump to version 4.0.1
This patch: * bumps mono version to 4.0.1. * Removes no more needed patches included upstream * Removes profile switches no more present in configure [Thomas: - add Config.in.legacy handling for the removed options. - remove the select that ensured at least one of the .Net runtime version was enabled.] Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mono/mono.mk')
-rw-r--r--package/mono/mono.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/package/mono/mono.mk b/package/mono/mono.mk
index c9335ef5d4..c0a0827213 100644
--- a/package/mono/mono.mk
+++ b/package/mono/mono.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MONO_VERSION = 3.12.0
+MONO_VERSION = 4.0.1
MONO_SITE = http://download.mono-project.com/sources/mono
MONO_SOURCE = mono-$(MONO_VERSION).tar.bz2
MONO_LICENSE = GPLv2 or MIT (compiler, tools), LGPLv2 (runtime libs), MIT (class libs) or commercial
@@ -48,13 +48,6 @@ HOST_MONO_CONF_OPTS = --disable-gtk-doc \
--enable-minimal=aot,profiler,debug \
--enable-static
-# These options refer to the target mono, not the host. We use the host
-# only to compile libraries, then we copy them to the target.
-HOST_MONO_CONF_OPTS += \
- --with-profile2=$(if $(BR2_PACKAGE_MONO_20),yes,no) \
- --with-profile4=$(if $(BR2_PACKAGE_MONO_40),yes,no) \
- --with-profile4_5=$(if $(BR2_PACKAGE_MONO_45),yes,no)
-
# ensure monolite is used
HOST_MONO_MAKE_OPTS += EXTERNAL_MCS=false
OpenPOWER on IntegriCloud