On Tue, Jun 26, 2018 at 08:56:51AM +0200, Alexander Dahl wrote: > This includes the usual changes to past and future timestamps. > > Additional things of interest: > > * Since 2018a builders no longer heed to specify -DHAVE_SNPRINTF, we may > want to revert ee06ca66eb later. > > * Since 2018a default install locations of the upstream package changed. > However we already set and use TZDIR and that should still be > sufficient for the ptxdist use case. > > * Since 2018 parallelized builds with -j should be safe. > > Signed-off-by: Alexander Dahl <[email protected]>
Tested-by: Roland Hieber <[email protected]> > --- > rules/host-tz-database.make | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/rules/host-tz-database.make b/rules/host-tz-database.make > index ce245feb5..03b4bd906 100644 > --- a/rules/host-tz-database.make > +++ b/rules/host-tz-database.make > @@ -20,8 +20,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_TZ_DATABASE) += > host-tz-database > HOST_TZ_DATABASE := tz-database > HOST_TZ_DATABASE_DIR := $(HOST_BUILDDIR)/$(HOST_TZ_DATABASE) > > -TZCODE_VERSION := 2017c > -TZCODE_MD5 := 2fe6986231db5182c61d565021a0cd7b > +TZCODE_VERSION := 2018e > +TZCODE_MD5 := c4d7df0fff7ba5588b32c5f27e2caf97 > TZCODE := tzcode$(TZCODE_VERSION) > TZCODE_SUFFIX := tar.gz > TZCODE_URL := \ > @@ -31,8 +31,8 @@ $(TZCODE_SOURCE) := TZCODE > TZCODE_DIR := $(HOST_TZ_DATABASE_DIR) > TZCODE_STRIP_LEVEL := 0 > > -TZDATA_VERSION := 2017c > -TZDATA_MD5 := 1e751e7e08f8b68530674f04619d894d > +TZDATA_VERSION := 2018e > +TZDATA_MD5 := 97d654f4d7253173b3eeb76a836dd65e > TZDATA := tzdata$(TZDATA_VERSION) > TZDATA_SUFFIX := tar.gz > TZDATA_URL := \ > -- > 2.11.0 > > > _______________________________________________ > ptxdist mailing list > [email protected] -- Roland Hieber | [email protected] | Pengutronix e.K. | https://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected]
