From: Markham Date: Fri, 24 Mar 2017 08:40:10 +0000 (+0100) Subject: update TZDATA 2017b + timezone.xml X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=9293f68ab06c35e95ca55fb5b831936b2aa18e74;p=bs-cst-neutrino-hd.git update TZDATA 2017b + timezone.xml --- diff --git a/archive-patches/timezone.xml b/archive-patches/timezone.xml index c050798..e0e7c9f 100644 --- a/archive-patches/timezone.xml +++ b/archive-patches/timezone.xml @@ -6,7 +6,7 @@ - + @@ -16,14 +16,17 @@ - + + + - + + @@ -33,7 +36,8 @@ - + + @@ -41,18 +45,22 @@ + - + + + - + - - - + + + + @@ -73,6 +81,7 @@ + diff --git a/make/libraries.mk b/make/libraries.mk index f37eaa2..d77f39a 100755 --- a/make/libraries.mk +++ b/make/libraries.mk @@ -883,7 +883,7 @@ $(D)/gettext: $(ARCHIVE)/gettext-$(GETTEXT_VER).tar.xz | $(TARGETPREFIX) touch $@ $(D)/timezone: $(ARCHIVE)/tzdata$(TZ_VER).tar.gz | find-zic $(TARGETPREFIX) - mkdir $(BUILD_TMP)/timezone $(BUILD_TMP)/timezone/zoneinfo + mkdir -p $(BUILD_TMP)/timezone $(BUILD_TMP)/timezone/zoneinfo tar -C $(BUILD_TMP)/timezone -xf $(ARCHIVE)/tzdata$(TZ_VER).tar.gz set -e; cd $(BUILD_TMP)/timezone; \ unset ${!LC_*}; LANG=POSIX; LC_ALL=POSIX; export LANG LC_ALL; \ diff --git a/make/versions.mk b/make/versions.mk index 50af706..9040236 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -129,7 +129,7 @@ SAMBA2_VER = 2.2.12 SAMBA3_VER = 3.3.9 # timezone files -TZ_VER=2016a +TZ_VER=2017b # u-boot; an universal boot loader U-BOOT_VER=2014.04