On Fri, Aug 14, 2020 at 09:03:50AM +0200, Michael Olbrich wrote: > On Tue, Aug 11, 2020 at 07:37:31PM +0200, Carsten Schlote wrote: > > Signed-off-by: Carsten Schlote <[email protected]> > > --- > > rules/host-mpfr.make | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/rules/host-mpfr.make b/rules/host-mpfr.make > > index 24fba4d..54221ae 100644 > > --- a/rules/host-mpfr.make > > +++ b/rules/host-mpfr.make > > @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MPFR) += host-mpfr > > # > > # Paths and names > > # > > -HOST_MPFR_VERSION := 4.0.2 > > -HOST_MPFR_MD5 := 6d8a8bb46fe09ff44e21cdbf84f5cdac > > +HOST_MPFR_VERSION := 4.1.0 > > +HOST_MPFR_MD5 := 44b892bc5a45bafb4294d134e13aad1d > > Your mail client broke the patch.
Judging from the User-agent header, you were using Thunderbird. The git-send-email man page has a few pointers how to prevent it from reformatting the patch: https://git-scm.com/docs/git-format-patch#_mua_specific_hints Also, as a side note, it is customary to send the patches and the cover letter as a thread, not as single mails, so they stay together. (See the options --thread and --no-thread for git-format-patch.) - Roland > > Michael > > > HOST_MPFR := mpfr-$(HOST_MPFR_VERSION) > > HOST_MPFR_SUFFIX := tar.bz2 > > HOST_MPFR_SOURCE := $(SRCDIR)/$(HOST_MPFR).$(HOST_MPFR_SUFFIX) > > > > -- > > 2.25.1 > > > > > > _______________________________________________ > > ptxdist mailing list > > [email protected] > > To unsubscribe, send a mail with subject "unsubscribe" to > > [email protected] > > > > -- > Pengutronix e.K. | | > Steuerwalder Str. 21 | http://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] > -- 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]
