From 503e3a0e381b77c35f2b4de437296c9dafc88ce5 Mon Sep 17 00:00:00 2001 From: Vladimir Ulrich Date: Wed, 2 Nov 2022 00:56:28 +0300 Subject: [PATCH] zoneinfo: updated to the latest release Updated zoneinfo-all meta-package to fix warnings on build Removed zoneinfo-simple from dependencies of zoneinfo-all as its contents are included in other packages. Signed-off-by: Vladimir Ulrich (cherry picked from commit 1d88250815b5efe623bb01a591c4ca651c8f5600) --- utils/zoneinfo/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/utils/zoneinfo/Makefile b/utils/zoneinfo/Makefile index fd4cf16cb2..9bf2dbce9c 100644 --- a/utils/zoneinfo/Makefile +++ b/utils/zoneinfo/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zoneinfo -PKG_VERSION:=2022e +PKG_VERSION:=2022f PKG_RELEASE:=1 #As i couldn't find real license used "Public Domain" @@ -19,14 +19,14 @@ PKG_LICENSE:=Public Domain PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz PKG_SOURCE_CODE:=tzcode$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.iana.org/time-zones/repository/releases -PKG_HASH:=8de4c2686dce3d1aae9030719e6814931c216a2d5e891ec3d332e6f6516aeccd +PKG_HASH:=9990d71f675d212567b931fe8aae1cab7027f89fefb8a79d808a6933a67af000 include $(INCLUDE_DIR)/package.mk define Download/tzcode FILE=$(PKG_SOURCE_CODE) URL=$(PKG_SOURCE_URL) - HASH:=d40280253980e89168e6be4275a852bf9521524d47684de3135b9a5ca387710b + HASH:=e4543e90f84f91fa82809ea98930052fdbc13880c8a623ee3a4eaa42f8a64c15 endef $(eval $(call Download,tzcode)) @@ -103,7 +103,6 @@ define Package/zoneinfo-all $(call Package/zoneinfo/Default) TITLE:=Zone Information (all zones) DEPENDS:= \ - +zoneinfo-simple \ +zoneinfo-core \ +zoneinfo-africa \ +zoneinfo-northamerica \ @@ -147,6 +146,10 @@ define Package/zoneinfo-core/install done endef +define Package/zoneinfo-all/install + : +endef + define Package/zoneinfo-simple/install $(INSTALL_DIR) $(1)/usr/share/zoneinfo for i in Pacific/Honolulu \ -- 2.30.2