Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/mono> fixing licenses hashes
@ 2018-06-05  9:11 Angelo Compagnucci
  2018-06-05 16:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Angelo Compagnucci @ 2018-06-05  9:11 UTC (permalink / raw)
  To: buildroot

This patch adds hashes for the licensing files and removes a file
no more present.

Fixes:
http://autobuild.buildroot.net/results/c69e55a3f7539ff65aaf57c96f52ebea7e456e48/

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
 package/mono/mono.hash | 3 +++
 package/mono/mono.mk   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/package/mono/mono.hash b/package/mono/mono.hash
index 47e3442..2cde7b6 100644
--- a/package/mono/mono.hash
+++ b/package/mono/mono.hash
@@ -1,2 +1,5 @@
 # sha256 locally computed
 sha256 f0636baa0c1399805526142e799cb697ddccf736e506cf1a30a870eaa2830a89  mono-5.12.0.226.tar.bz2
+sha256 3b40a54878b5ac2767a764bd082f8772ab27c03b9da9c7328c4c4935725556f7  LICENSE
+sha256 fc488f3ec9f36856bea8cce5cdde1449176341ef93a3962b691970f8981799f4  mcs/COPYING
+sha256 2c3c3ef532828bcd42bb3127349625a25291ff5ae7e6f8d42e0fe9b5be836a99  external/Newtonsoft.Json/Tools/7-zip/copying.txt
diff --git a/package/mono/mono.mk b/package/mono/mono.mk
index 2d60fc6..d1fe9bb 100644
--- a/package/mono/mono.mk
+++ b/package/mono/mono.mk
@@ -8,7 +8,7 @@ MONO_VERSION = 5.12.0.226
 MONO_SITE = http://download.mono-project.com/sources/mono
 MONO_SOURCE = mono-$(MONO_VERSION).tar.bz2
 MONO_LICENSE = GPL-2.0 or MIT (compiler, tools), MIT (libs) or commercial
-MONO_LICENSE_FILES = LICENSE mcs/COPYING eglib/COPYING \
+MONO_LICENSE_FILES = LICENSE mcs/COPYING \
 	external/Newtonsoft.Json/Tools/7-zip/copying.txt
 MONO_INSTALL_STAGING = YES
 
-- 
2.7.4

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

* [Buildroot] [PATCH] package/mono> fixing licenses hashes
  2018-06-05  9:11 [Buildroot] [PATCH] package/mono> fixing licenses hashes Angelo Compagnucci
@ 2018-06-05 16:43 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-06-05 16:43 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue,  5 Jun 2018 11:11:08 +0200, Angelo Compagnucci wrote:
> This patch adds hashes for the licensing files and removes a file
> no more present.
> 
> Fixes:
> http://autobuild.buildroot.net/results/c69e55a3f7539ff65aaf57c96f52ebea7e456e48/
> 
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>

This should have been split in two patches, because there are really
two different things happening here: fixing the license files variable
following the last Mono bump, and adding license file hashes.

So I've split into two patches, added a bit more details about the
license files fix so that Peter knows whether it should be backported
to a stable branch (it should not), and applied.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-06-05 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-05  9:11 [Buildroot] [PATCH] package/mono> fixing licenses hashes Angelo Compagnucci
2018-06-05 16:43 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox