Use GPL-2.0-only spdx license identifier. Signed-off-by: Bruno Thomsen <[email protected]> --- rules/tomoyo-tools.make | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/rules/tomoyo-tools.make b/rules/tomoyo-tools.make index 32a5cae99..09a275865 100644 --- a/rules/tomoyo-tools.make +++ b/rules/tomoyo-tools.make @@ -14,14 +14,16 @@ PACKAGES-$(PTXCONF_TOMOYO_TOOLS) += tomoyo-tools # # Paths and names # -TOMOYO_TOOLS_VERSION := 2.5.0-20130406 -TOMOYO_TOOLS_MD5 := 8888f83fcb87823d714ff551e8680d0d -TOMOYO_TOOLS := tomoyo-tools-$(TOMOYO_TOOLS_VERSION) -TOMOYO_TOOLS_SUFFIX := tar.gz -TOMOYO_TOOLS_URL := http://jaist.dl.sourceforge.jp/tomoyo/53357/$(TOMOYO_TOOLS).$(TOMOYO_TOOLS_SUFFIX) -TOMOYO_TOOLS_SOURCE := $(SRCDIR)/$(TOMOYO_TOOLS).$(TOMOYO_TOOLS_SUFFIX) -TOMOYO_TOOLS_DIR := $(BUILDDIR)/tomoyo-tools -TOMOYO_TOOLS_LICENSE := GPL +TOMOYO_TOOLS_VERSION := 2.5.0-20130406 +TOMOYO_TOOLS_MD5 := 8888f83fcb87823d714ff551e8680d0d +TOMOYO_TOOLS := tomoyo-tools-$(TOMOYO_TOOLS_VERSION) +TOMOYO_TOOLS_SUFFIX := tar.gz +TOMOYO_TOOLS_URL := http://jaist.dl.sourceforge.jp/tomoyo/53357/$(TOMOYO_TOOLS).$(TOMOYO_TOOLS_SUFFIX) +TOMOYO_TOOLS_SOURCE := $(SRCDIR)/$(TOMOYO_TOOLS).$(TOMOYO_TOOLS_SUFFIX) +TOMOYO_TOOLS_DIR := $(BUILDDIR)/tomoyo-tools +TOMOYO_TOOLS_LICENSE := GPL-2.0-only +TOMOYO_TOOLS_LICENSE_FILES := \ + file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe # ---------------------------------------------------------------------------- # Prepare -- 2.49.0
