Hi Roland, Am Dienstag, den 21.04.2020, 12:54 +0200 schrieb Roland Hieber: > On Tue, Apr 21, 2020 at 10:15:01AM +0000, Denis Osterland-Heim wrote: > > Signed-off-by: Denis Osterland-Heim <[email protected]> > > --- > > Hi, > > > > the 167 source tarball has two toplevel directories, one with the git > > submodule content and one without. This was an accident by upstream and > > is fixed in 169. It worked on my machine but on older machines (Ubuntu > > 16.04) it failed because of mv can not override directories. > > I am not sure why it works on my PC. > > Michael already pushed a fix for this on master in commit > e5d4c7c479293eb34345 ("host-mfgtools: fix random extract failures") by > handling it in the extract stage. Please rebase onto the current master > to test the version bump, and test if the extract step is still needed :) Shame on me that I was to slow. I will do so. I am sure we can get rid of special extract stage.
I would go with an additional revert patch, or would it be better to squash it? Regards Denis > > - Roland > > > > > Regards Denis > > > > rules/host-mfgtools.make | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/rules/host-mfgtools.make b/rules/host-mfgtools.make > > index fd8966548..d40017458 100644 > > --- a/rules/host-mfgtools.make > > +++ b/rules/host-mfgtools.make > > @@ -11,8 +11,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MFGTOOLS) += host-mfgtools > > # > > # Paths and names > > # > > -HOST_MFGTOOLS_VERSION := 1.3.167 > > -HOST_MFGTOOLS_MD5 := 08fba433dd11525c9b425ad1ff91b85b > > +HOST_MFGTOOLS_VERSION := 1.3.169 > > +HOST_MFGTOOLS_MD5 := 957655df30b80ed8cdff217544af6136 > > HOST_MFGTOOLS := mfgtools-$(HOST_MFGTOOLS_VERSION) > > HOST_MFGTOOLS_SUFFIX := tar.gz > > HOST_MFGTOOLS_URL := > > https://github.com/NXPmicro/mfgtools/releases/download/uuu_$(HOST_MFGTOOLS_VERSION)/uuu_source-$(HOST_MFGTOOLS_VERSION).$(HOST_MFGTOOLS_SUFFIX) > > -- > > 2.26.2 > > > > > > > > Diehl Connectivity Solutions GmbH > > Geschäftsführung: Horst Leonberger > > Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht > > Nürnberg: HRB 32315 > > ___________________________________________________________________________________________________ > > > > Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese > > E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. > > Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise > > erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. > > Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung > > und/oder Publikation dieser E-Mail ist strengstens untersagt. > > - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten > > Sie unter > > https://www.diehl.com/group/de/transparenz-und-informationspflichten/ > > > > The contents of the above mentioned e-mail is not legally binding. This > > e-mail contains confidential and/or legally protected information. Please > > inform us if you have received this e-mail by > > mistake and delete it in such a case. Each unauthorized reproduction, > > disclosure, alteration, distribution and/or publication of this e-mail is > > strictly prohibited. > > - For general information on data protection and your respective rights > > please visit > > https://www.diehl.com/group/en/transparency-and-information-obligations/ > > > > _______________________________________________ > > ptxdist mailing list > > [email protected] > > > > Diehl Connectivity Solutions GmbH Geschäftsführung: Horst Leonberger Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht Nürnberg: HRB 32315 ___________________________________________________________________________________________________ Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt. - Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter https://www.diehl.com/group/de/transparenz-und-informationspflichten/ The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. - For general information on data protection and your respective rights please visit https://www.diehl.com/group/en/transparency-and-information-obligations/ _______________________________________________ ptxdist mailing list [email protected]
