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 <[email protected]> --- 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 [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
