Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/3] package/tcl: update license to SPDX format
@ 2018-04-20  8:28 Romain Naour
  2018-04-20  8:29 ` [Buildroot] [PATCH v2 2/3] package/tcllib: " Romain Naour
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Romain Naour @ 2018-04-20  8:28 UTC (permalink / raw)
  To: buildroot

While at it add the license file hash.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 package/tcl/tcl.hash | 1 +
 package/tcl/tcl.mk   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/tcl/tcl.hash b/package/tcl/tcl.hash
index b344d26..359b543 100644
--- a/package/tcl/tcl.hash
+++ b/package/tcl/tcl.hash
@@ -1,2 +1,3 @@
 # Locally calculated
 sha256 a265409781e4b3edcc4ef822533071b34c3dc6790b893963809b9fe221befe07  tcl8.6.6-src.tar.gz
+sha256 c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16  license.terms
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk
index ffef9cf..b9fb7af 100644
--- a/package/tcl/tcl.mk
+++ b/package/tcl/tcl.mk
@@ -8,7 +8,7 @@ TCL_VERSION_MAJOR = 8.6
 TCL_VERSION = $(TCL_VERSION_MAJOR).6
 TCL_SOURCE = tcl$(TCL_VERSION)-src.tar.gz
 TCL_SITE = http://downloads.sourceforge.net/project/tcl/Tcl/$(TCL_VERSION)
-TCL_LICENSE = tcl license
+TCL_LICENSE = TCL
 TCL_LICENSE_FILES = license.terms
 TCL_SUBDIR = unix
 TCL_INSTALL_STAGING = YES
-- 
2.7.4

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

end of thread, other threads:[~2018-05-01  6:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-20  8:28 [Buildroot] [PATCH v2 1/3] package/tcl: update license to SPDX format Romain Naour
2018-04-20  8:29 ` [Buildroot] [PATCH v2 2/3] package/tcllib: " Romain Naour
2018-05-01  6:55   ` Peter Korsgaard
2018-04-20  8:29 ` [Buildroot] [PATCH v2 3/3] package/tk: new package Romain Naour
2018-04-20  8:58   ` Thomas Petazzoni
2018-04-20  8:57 ` [Buildroot] [PATCH v2 1/3] package/tcl: update license to SPDX format Thomas Petazzoni
2018-05-01  6:55 ` Peter Korsgaard

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