OK, why did I break the subject… v2 then. - Roland
On Thu, Jul 08, 2021 at 08:46:26PM +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber <[email protected]> > --- > On Wed, Jul 07, 2021 at 04:38:20PM +0200, Michael Olbrich wrote: > > > +PYTHON3_PYCRYPTODOMEX_LICENSE := Unlicense AND BSD-2-Clause and > > > proprietary > > > > I think this should be 'custom' not 'proprietary'. If 'proprietary' then we > > assume that the code is closed source. That's not the case here. > > > > Michael > > OK, sounds fine to me. > > - Roland > > rules/python3-pycryptodomex.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/python3-pycryptodomex.make > b/rules/python3-pycryptodomex.make > index 9409bb414e88..69fcd1f3a5e8 100644 > --- a/rules/python3-pycryptodomex.make > +++ b/rules/python3-pycryptodomex.make > @@ -21,7 +21,7 @@ PYTHON3_PYCRYPTODOMEX_SUFFIX := tar.gz > PYTHON3_PYCRYPTODOMEX_URL := $(call ptx/mirror-pypi, pycryptodomex, > $(PYTHON3_PYCRYPTODOMEX).$(PYTHON3_PYCRYPTODOMEX_SUFFIX)) > PYTHON3_PYCRYPTODOMEX_SOURCE := > $(SRCDIR)/$(PYTHON3_PYCRYPTODOMEX).$(PYTHON3_PYCRYPTODOMEX_SUFFIX) > PYTHON3_PYCRYPTODOMEX_DIR := $(BUILDDIR)/$(PYTHON3_PYCRYPTODOMEX) > -PYTHON3_PYCRYPTODOMEX_LICENSE := Unlicense AND BSD-2-Clause and > proprietary > +PYTHON3_PYCRYPTODOMEX_LICENSE := Unlicense AND BSD-2-Clause and custom > PYTHON3_PYCRYPTODOMEX_LICENSE_FILES := \ > file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c \ > file://Doc/ocb/license1.pdf;md5=e33fa8dcf4d10e5c0d9a9e9291714d3d \ > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Roland Hieber, Pengutronix e.K. | [email protected] | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
