Thanks, applied as d21327b990789532d71a2316af46b39d10e79b61. Michael
[sent from post-receive hook] On Tue, 29 Jun 2021 07:09:10 +0200, Roland Hieber <[email protected]> wrote: > Signed-off-by: Roland Hieber <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
