Hi, done. The hwdata patch was already correct so I didn't send it again.
Best regards, Ralf ________________________________ Von: Roland Hieber <[email protected]> Gesendet: Mittwoch, 4. Juni 2025 22:13 An: Ralf Glaser <[email protected]> Cc: [email protected] <[email protected]> Betreff: Re: [ptxdist] [PATCH] ppp: correct license identifier Hi, On Tue, Jun 03, 2025 at 01:52:08PM +0200, Ralf Glaser wrote: > Signed-off-by: Ralf Glaser <[email protected]> > --- > rules/ppp.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/ppp.make b/rules/ppp.make > index ea3e3e653..284442c90 100644 > --- a/rules/ppp.make > +++ b/rules/ppp.make > @@ -23,7 +23,7 @@ PPP_SUFFIX := tar.gz > PPP_URL := https://www.samba.org/ftp/ppp/$(PPP).$(PPP_SUFFIX) > PPP_SOURCE := $(SRCDIR)/$(PPP).$(PPP_SUFFIX) > PPP_DIR := $(BUILDDIR)/$(PPP) > -PPP_LICENSE := BSD AND GPL-2.0-only > +PPP_LICENSE := BSD-3-Clause AND GPL-2.0-only Could you add some files and MD5 checksums to PPP_LICENSE_FILES as a source for that license statement? See <https://www.ptxdist.org/doc/dev_licenses.html#adding-license-files-to-ptxdist-packages> for info on the syntax (or have a look at most other rules/*.make). Same for your other patches. - Roland -- 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 |
