From c964bc4a70b1e31f73f89fe01a356b8da7ad8358 Mon Sep 17 00:00:00 2001 From: Christian Hermann Date: Mon, 22 Jul 2019 19:44:24 +0200 Subject: dosfstools: fix license identifier Signed-off-by: Christian Hermann Signed-off-by: Michael Olbrich --- rules/dosfstools.make | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rules/dosfstools.make') diff --git a/rules/dosfstools.make b/rules/dosfstools.make index eb11644f3..c728cc1d5 100644 --- a/rules/dosfstools.make +++ b/rules/dosfstools.make @@ -23,7 +23,10 @@ DOSFSTOOLS_SRC := $(DOSFSTOOLS).$(DOSFSTOOLS_SUFFIX) DOSFSTOOLS_URL := https://github.com/dosfstools/dosfstools/releases/download/v$(DOSFSTOOLS_VERSION)/$(DOSFSTOOLS_SRC) DOSFSTOOLS_SOURCE := $(SRCDIR)/$(DOSFSTOOLS_SRC) DOSFSTOOLS_DIR := $(BUILDDIR)/$(DOSFSTOOLS) -DOSFSTOOLS_LICENSE := GPL-3.0-only +DOSFSTOOLS_LICENSE := GPL-3.0-or-later +DOSFSTOOLS_LICENSE_FILES := \ + file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ + file://src/fsck.fat.c;startline=1;endline=22;md5=3f94b53f3d7556100055c58a48937788 # ---------------------------------------------------------------------------- # Prepare (nothing to be done here) -- cgit v1.2.3