mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] cross-nasm: ignore license for !x86
@ 2021-06-22 16:03 Michael Tretter
  2021-06-29  5:09 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2021-06-22 16:03 UTC (permalink / raw)
  To: ptxdist

The package is not build on !x86 systems, but the license still appears
in the license report as unknown.

Ignore the license, if the package is selected but not built.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/cross-nasm.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/cross-nasm.make b/rules/cross-nasm.make
index 258d73af0f5a..2d6dbb0cab5c 100644
--- a/rules/cross-nasm.make
+++ b/rules/cross-nasm.make
@@ -37,6 +37,8 @@ CROSS_NASM_LICENSE_FILES := \
 CROSS_NASM_CONF_TOOL := autoconf
 CROSS_NASM_INSTALL_OPT := INSTALLROOT="$(CROSS_NASM_PKGDIR)" install
 
+else
+CROSS_NASM_LICENSE      := ignore
 endif
 
 # vim: syntax=make
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] cross-nasm: ignore license for !x86
  2021-06-22 16:03 [ptxdist] [PATCH] cross-nasm: ignore license for !x86 Michael Tretter
@ 2021-06-29  5:09 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-06-29  5:09 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

Thanks, applied as 01a8309e0ee36dcf2f94037fee36d2b6edf8b3c4.

Michael

[sent from post-receive hook]

On Tue, 29 Jun 2021 07:09:28 +0200, Michael Tretter <m.tretter@pengutronix.de> wrote:
> The package is not build on !x86 systems, but the license still appears
> in the license report as unknown.
> 
> Ignore the license, if the package is selected but not built.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20210622160349.2084333-1-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/cross-nasm.make b/rules/cross-nasm.make
> index 258d73af0f5a..2d6dbb0cab5c 100644
> --- a/rules/cross-nasm.make
> +++ b/rules/cross-nasm.make
> @@ -37,6 +37,8 @@ CROSS_NASM_LICENSE_FILES := \
>  CROSS_NASM_CONF_TOOL := autoconf
>  CROSS_NASM_INSTALL_OPT := INSTALLROOT="$(CROSS_NASM_PKGDIR)" install
>  
> +else
> +CROSS_NASM_LICENSE      := ignore
>  endif
>  
>  # vim: syntax=make

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-29  5:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 16:03 [ptxdist] [PATCH] cross-nasm: ignore license for !x86 Michael Tretter
2021-06-29  5:09 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox