package/tcllib: update license to SPDX format

While at it add the license file hash.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018.05.x
Romain Naour 2018-04-20 10:29:00 +02:00 committed by Thomas Petazzoni
parent 8fa4e97929
commit 2c82d7c605
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# Locally computed:
sha256 0db9e17d6c0f44d3ca2df2ea5023e35c0f3767e7008c3cb26d201446eb68add1 tcllib-1.13.tar.bz2
sha256 530ec70eb11a455bd582d86b6d74c2dd7cc367d90b8bbdd59fcb43ae02f95a4b license.terms

View File

@ -7,7 +7,7 @@
TCLLIB_VERSION = 1.13
TCLLIB_SOURCE = tcllib-$(TCLLIB_VERSION).tar.bz2
TCLLIB_SITE = http://downloads.sourceforge.net/project/tcllib/tcllib/$(TCLLIB_VERSION)
TCLLIB_LICENSE = tcl license
TCLLIB_LICENSE = TCL
TCLLIB_LICENSE_FILES = license.terms
TCLLIB_DEPENDENCIES = host-tcl
TCLLIB_CONF_ENV = ac_cv_path_tclsh="$(HOST_DIR)/bin/tclsh$(TCL_VERSION_MAJOR)"