summaryrefslogtreecommitdiffstats
path: root/rules/timezone.in
diff options
context:
space:
mode:
authorBart vdr. Meulen <bartvdrmeulen@gmail.com>2010-05-07 23:34:53 +0200
committerRemy Bohmer <linux@bohmer.net>2010-06-02 21:09:29 +0200
commitaf3c619059b204e20fd51634b2bbd8089c745451 (patch)
tree108790a6e4534819b730248776ecdcd6c48de813 /rules/timezone.in
parent5a6af26a95988d2a9b69e639b35519c3df40f4b9 (diff)
downloadptxdist-af3c619059b204e20fd51634b2bbd8089c745451.tar.gz
ptxdist-af3c619059b204e20fd51634b2bbd8089c745451.tar.xz
[timezone] add new packet
Add an alternative source for the timezone info. This option can be used when using toolchains in which the timezone info is incorrect/does not work or is not available at all The option build's the timezone database from the tzdata source files on the host and installs the selected zoneinfos to the target. Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'rules/timezone.in')
-rw-r--r--rules/timezone.in15
1 files changed, 12 insertions, 3 deletions
diff --git a/rules/timezone.in b/rules/timezone.in
index 9d277897f..96c328d41 100644
--- a/rules/timezone.in
+++ b/rules/timezone.in
@@ -1,13 +1,13 @@
## SECTION=core
-comment "Time zone support doesn't work with OSELAS.Toolchain-1.1.0"
-comment "and prio versions, hence marked as broken for now"
+# comment "Time zone support doesn't work with OSELAS.Toolchain-1.1.0"
+# comment "and prio versions, hence marked as broken for now"
menuconfig TIMEZONE
tristate
prompt "Timezone Files "
depends on GLIBC
- depends on BROKEN
+ select HOST_TZDATABASE if TIMEZONE_LOCAL_DATABASE
help
installs timezone files
@@ -23,6 +23,15 @@ config GLIBC_LOCALTIME_LINK
Where should /etc/localtime point to.
(e.g. /usr/share/zoneinfo/Europe/Berlin)
+config TIMEZONE_LOCAL_DATABASE
+ bool
+ prompt "Use local build timezone database"
+ depends on TIMEZONE
+ default y
+ help
+ Don't use the timezone info provided by the toolchain
+ but a locally build from source
+
config TIMEZONE_AFRICA
bool
prompt "Africa"