On Wed, Oct 09, 2019 at 04:34:27PM +0200, Hubert Feurstein wrote:
> Signed-off-by: Hubert Feurstein <h.feurst...@gmail.com>
> ---
>  rules/wget.make | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/rules/wget.make b/rules/wget.make
> index 1ec6d8c42..cf1a2340f 100644
> --- a/rules/wget.make
> +++ b/rules/wget.make
> @@ -21,6 +21,10 @@ WGET_SUFFIX        := tar.gz
>  WGET_URL     := $(call ptx/mirror, GNU, wget/$(WGET).$(WGET_SUFFIX))
>  WGET_SOURCE  := $(SRCDIR)/$(WGET).$(WGET_SUFFIX)
>  WGET_DIR     := $(BUILDDIR)/$(WGET)
> +WGET_LICENSE := GPL-3.0-or-later
> +WGET_LICENSE_FILES := \
> +     file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \
> +     
> file://src/main.c;startline=1;endline=28;md5=7b27873e910933ba54fa16589c4b8eed

src/*.c also mentions a linking exceptions for OpenSSL, but we currently
cannot express that in SPDX syntax... So I guess it's as correct as we
can currently be. For further reference, I have opened the discussion at
<https://github.com/spdx/license-list-XML/issues/939>.

Reviewed-by: Roland Hieber <r...@pengutronix.de>

-- 
Roland Hieber                     | r.hie...@pengutronix.de     |
Pengutronix e.K.                  | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to