* [Buildroot] [PATCH 1/2] package/monolite: bump to version 149
@ 2016-09-26 20:01 Angelo Compagnucci
2016-09-26 20:01 ` [Buildroot] [PATCH 2/2] package/mono: bump to version 4.6.0.245 Angelo Compagnucci
0 siblings, 1 reply; 3+ messages in thread
From: Angelo Compagnucci @ 2016-09-26 20:01 UTC (permalink / raw)
To: buildroot
This patch bumps monolite to version 149
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
package/monolite/monolite.hash | 2 +-
package/monolite/monolite.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/monolite/monolite.hash b/package/monolite/monolite.hash
index 44ec39a..621e5e4 100644
--- a/package/monolite/monolite.hash
+++ b/package/monolite/monolite.hash
@@ -1,2 +1,2 @@
# sha256 locally computed
-sha256 885270da1b64670bffec9c8df1272ab88ff0b96186d2ebb61bdfa47a5586f987 monolite-140-latest.tar.gz
+sha256 c01e9ba37d8d8f9ef68e08170b2582cc710a8a77756e2412dff298a39b3c4d2b monolite-149-latest.tar.gz
diff --git a/package/monolite/monolite.mk b/package/monolite/monolite.mk
index 91c01d7..d50d9f2 100644
--- a/package/monolite/monolite.mk
+++ b/package/monolite/monolite.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MONOLITE_VERSION = 140
+MONOLITE_VERSION = 149
MONOLITE_SITE = http://download.mono-project.com/monolite/
MONOLITE_SOURCE = monolite-$(MONOLITE_VERSION)-latest.tar.gz
MONOLITE_LICENSE = LGPLv2 or commercial
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/mono: bump to version 4.6.0.245
2016-09-26 20:01 [Buildroot] [PATCH 1/2] package/monolite: bump to version 149 Angelo Compagnucci
@ 2016-09-26 20:01 ` Angelo Compagnucci
2016-09-26 20:43 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Angelo Compagnucci @ 2016-09-26 20:01 UTC (permalink / raw)
To: buildroot
* Bump to mono 4.6.0.245
* Enabling previously disabled aot cause this version doesn't
compile without
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
package/mono/mono.hash | 2 +-
package/mono/mono.mk | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/mono/mono.hash b/package/mono/mono.hash
index c275e15..4d05458 100644
--- a/package/mono/mono.hash
+++ b/package/mono/mono.hash
@@ -1,2 +1,2 @@
# sha256 locally computed
-sha256 900c2cc25ee55adeec04e1ae889316efc127c82cc0c392f928421f19f8f5b633 mono-4.4.2.11.tar.bz2
+sha256 2981f518cace63bfe10953fecd57c7fef040077a1ac617967dde5466062c1327 mono-4.6.0.245.tar.bz2
diff --git a/package/mono/mono.mk b/package/mono/mono.mk
index 3d0b9bc..b655016 100644
--- a/package/mono/mono.mk
+++ b/package/mono/mono.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MONO_VERSION = 4.4.2.11
+MONO_VERSION = 4.6.0.245
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
@@ -22,7 +22,7 @@ MONO_CONF_OPTS = --disable-gtk-doc \
--with-mcs-docs=no \
--with-moonlight=no \
--with-ikvm-native=no \
- --enable-minimal=aot,profiler,debug \
+ --enable-minimal=profiler,debug \
--disable-mcs-build \
--enable-static
@@ -49,7 +49,7 @@ HOST_MONO_CONF_OPTS = --disable-gtk-doc \
--with-moonlight=no \
--disable-libraries \
--with-ikvm-native=no \
- --enable-minimal=aot,profiler,debug \
+ --enable-minimal=profiler,debug \
--enable-static
# ensure monolite is used
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/mono: bump to version 4.6.0.245
2016-09-26 20:01 ` [Buildroot] [PATCH 2/2] package/mono: bump to version 4.6.0.245 Angelo Compagnucci
@ 2016-09-26 20:43 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2016-09-26 20:43 UTC (permalink / raw)
To: buildroot
>>>>> "Angelo" == Angelo Compagnucci <angelo.compagnucci@gmail.com> writes:
> * Bump to mono 4.6.0.245
> * Enabling previously disabled aot cause this version doesn't
> compile without
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Did something get relicensed?
make mono-legal-info
[..]
cat: /home/peko/source/buildroot/output/build/mono-4.6.0.245/mcs/COPYING.LIB: No such file or directory
package/mono/mono.mk:67: recipe for target 'mono-legal-info' failed
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-09-26 20:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 20:01 [Buildroot] [PATCH 1/2] package/monolite: bump to version 149 Angelo Compagnucci
2016-09-26 20:01 ` [Buildroot] [PATCH 2/2] package/mono: bump to version 4.6.0.245 Angelo Compagnucci
2016-09-26 20:43 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox