All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/mono: bump to version 4.2.2.30
@ 2016-02-14 22:03 Angelo Compagnucci
  2016-02-14 22:03 ` [Buildroot] [PATCH 2/2] package/monolinte: updating download url Angelo Compagnucci
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Angelo Compagnucci @ 2016-02-14 22:03 UTC (permalink / raw)
  To: buildroot

This patch bumps mono to the latest 4.2.2.30 version.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
 package/mono/mono.hash | 2 +-
 package/mono/mono.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/mono/mono.hash b/package/mono/mono.hash
index 001f6be..37e0e8b 100644
--- a/package/mono/mono.hash
+++ b/package/mono/mono.hash
@@ -1,2 +1,2 @@
 # sha256 locally computed
-sha256 b7b461fe04375f621d88166ba8c6f1cb33c439fd3e17136460f7d087a51ed792  mono-4.2.1.102.tar.bz2
+sha256 57858cd033be9915d7abdc5158c1faae8fa05757c3b7117cab3d703aa696c56b  mono-4.2.2.30.tar.bz2
diff --git a/package/mono/mono.mk b/package/mono/mono.mk
index 8f99983..e50ef50 100644
--- a/package/mono/mono.mk
+++ b/package/mono/mono.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MONO_VERSION = 4.2.1.102
+MONO_VERSION = 4.2.2.30
 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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 2/2] package/monolinte: updating download url
  2016-02-14 22:03 [Buildroot] [PATCH 1/2] package/mono: bump to version 4.2.2.30 Angelo Compagnucci
@ 2016-02-14 22:03 ` Angelo Compagnucci
  2016-02-14 22:26 ` [Buildroot] [PATCH 1/2] package/mono: bump to version 4.2.2.30 Thomas Petazzoni
  2016-04-21 20:41 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Angelo Compagnucci @ 2016-02-14 22:03 UTC (permalink / raw)
  To: buildroot

Latest mono revision changed download url for monolite, updating it.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
 package/monolite/monolite.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/monolite/monolite.mk b/package/monolite/monolite.mk
index 3c53bff..761e776 100644
--- a/package/monolite/monolite.mk
+++ b/package/monolite/monolite.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 MONOLITE_VERSION = 138
-MONOLITE_SITE = http://storage.bos.xamarin.com/mono-dist-master/latest
+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] 5+ messages in thread

* [Buildroot] [PATCH 1/2] package/mono: bump to version 4.2.2.30
  2016-02-14 22:03 [Buildroot] [PATCH 1/2] package/mono: bump to version 4.2.2.30 Angelo Compagnucci
  2016-02-14 22:03 ` [Buildroot] [PATCH 2/2] package/monolinte: updating download url Angelo Compagnucci
@ 2016-02-14 22:26 ` Thomas Petazzoni
  2016-04-21 20:41 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-02-14 22:26 UTC (permalink / raw)
  To: buildroot

Dear Angelo Compagnucci,

On Sun, 14 Feb 2016 23:03:30 +0100, Angelo Compagnucci wrote:
> This patch bumps mono to the latest 4.2.2.30 version.
> 
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
> ---
>  package/mono/mono.hash | 2 +-
>  package/mono/mono.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both applied to next, thanks.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/2] package/mono: bump to version 4.2.2.30
  2016-02-14 22:03 [Buildroot] [PATCH 1/2] package/mono: bump to version 4.2.2.30 Angelo Compagnucci
  2016-02-14 22:03 ` [Buildroot] [PATCH 2/2] package/monolinte: updating download url Angelo Compagnucci
  2016-02-14 22:26 ` [Buildroot] [PATCH 1/2] package/mono: bump to version 4.2.2.30 Thomas Petazzoni
@ 2016-04-21 20:41 ` Thomas Petazzoni
       [not found]   ` <20160423115621.GL26720@waldemar-brodkorb.de>
  2 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2016-04-21 20:41 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 14 Feb 2016 23:03:30 +0100, Angelo Compagnucci wrote:
> This patch bumps mono to the latest 4.2.2.30 version.
> 
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
> ---
>  package/mono/mono.hash | 2 +-
>  package/mono/mono.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Mono is still causing some build issues, mainly on SPARC:

  http://autobuild.buildroot.org/?reason=mono-4.2.2.30

Could you have a look, maybe with the help from Waldemar, who knows
about SPARC related stuff?

Thanks!

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/2] package/mono: bump to version 4.2.2.30
       [not found]   ` <20160423115621.GL26720@waldemar-brodkorb.de>
@ 2016-04-23 12:16     ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-04-23 12:16 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 23 Apr 2016 13:56:21 +0200, Waldemar Brodkorb wrote:

> I think we must disable it for sparc32 (v8/leon).
> See line 2849 in configure.ac, they force cpu=v9, because
> they don't support others.

OK. Will you send a patch doing this?

Thanks!

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-23 12:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-14 22:03 [Buildroot] [PATCH 1/2] package/mono: bump to version 4.2.2.30 Angelo Compagnucci
2016-02-14 22:03 ` [Buildroot] [PATCH 2/2] package/monolinte: updating download url Angelo Compagnucci
2016-02-14 22:26 ` [Buildroot] [PATCH 1/2] package/mono: bump to version 4.2.2.30 Thomas Petazzoni
2016-04-21 20:41 ` Thomas Petazzoni
     [not found]   ` <20160423115621.GL26720@waldemar-brodkorb.de>
2016-04-23 12:16     ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.