mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user