tzdata: New package.

Adds timezone data to ARM architecture. The new glibc does not
install it on its own.
Maybe we want to use this for i586 as well, because the data
is way more recent.
This commit is contained in:
Michael Tremer
2011-09-23 12:28:09 +02:00
parent 7273a32238
commit f7623512be
4 changed files with 1901 additions and 2 deletions

View File

@@ -167,8 +167,9 @@ ifeq "$(ROOT)" ""
mkdir -p /usr/lib/locale
cd $(DIR_SRC)/glibc-build && localedef -i en_US -f ISO-8859-1 en_US
cd $(DIR_SRC)/glibc-build && localedef -i en_US -f UTF-8 en_US.utf8
# XXX zoneinfo stuff is not installed
#cp -f /usr/share/zoneinfo/GMT /etc/localtime
ifneq "$(MACHINE_TYPE)" "arm"
cp -f /usr/share/zoneinfo/GMT /etc/localtime
endif
endif
@rm -rf $(DIR_APP) $(DIR_SRC)/glibc-build
@$(POSTBUILD)