Signed-off-by: Roland Hieber <[email protected]> --- v1 -> v2: * fix unknown-exception -> custom-exception
PATCH v1: https://lore.ptxdist.org/ptxdist/[email protected] --- rules/ima-evm-utils.make | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rules/ima-evm-utils.make b/rules/ima-evm-utils.make index 1c5e15b1415f..3a0ce4660c87 100644 --- a/rules/ima-evm-utils.make +++ b/rules/ima-evm-utils.make @@ -2,6 +2,7 @@ # # Copyright (C) 2013 by Michael Grzeschik <[email protected]> # 2015 by Marc Kleine-Budde <[email protected]> +# 2021 Roland Hieber, Pengutronix <[email protected]> # # For further information about the PTXdist project and license conditions # see the README file. @@ -22,7 +23,10 @@ IMA_EVM_UTILS_SUFFIX := tar.gz IMA_EVM_UTILS_URL := $(call ptx/mirror, SF, linux-ima/ima-evm-utils/$(IMA_EVM_UTILS).$(IMA_EVM_UTILS_SUFFIX)) IMA_EVM_UTILS_SOURCE := $(SRCDIR)/$(IMA_EVM_UTILS).$(IMA_EVM_UTILS_SUFFIX) IMA_EVM_UTILS_DIR := $(BUILDDIR)/$(IMA_EVM_UTILS) -IMA_EVM_UTILS_LICENSE := LGPL-2.0-or-later +IMA_EVM_UTILS_LICENSE := GPL-2.0-only WITH custom-exception +IMA_EVM_UTILS_LICENSE_FILES := \ + file://src/evmctl.c;startline=13;endline=35;md5=1e6e51503ab04045269a92c0bc5d5b55 \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 # ---------------------------------------------------------------------------- # Prepare -- 2.29.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
