aboutsummaryrefslogtreecommitdiffstats
path: root/package/tzdata/Config.in
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-03-07 11:53:41 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-10 23:37:04 +0100
commit1ca9e06f1c9a5ef12feb63711a48379c0eae7e42 (patch)
treec4220201d308b240c6cbfc0851af7ffb6b605a9f /package/tzdata/Config.in
parent8d13f6718742553b144946d56205ab23fe1f2972 (diff)
downloadbuildroot-novena-1ca9e06f1c9a5ef12feb63711a48379c0eae7e42.tar.gz
buildroot-novena-1ca9e06f1c9a5ef12feb63711a48379c0eae7e42.zip
package/tzdata: new package
This is the time zone database, used by glibc for translations between UTC and local time. Signed-off-by: Richard Braun <rbraun@sceen.net> [yann.morin.1998@free.fr: use global ZIC, install posix TZ only once] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/tzdata/Config.in')
-rw-r--r--package/tzdata/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/tzdata/Config.in b/package/tzdata/Config.in
new file mode 100644
index 000000000..4e68a97b5
--- /dev/null
+++ b/package/tzdata/Config.in
@@ -0,0 +1,20 @@
+config BR2_PACKAGE_TZDATA
+ bool "tzdata"
+ depends on BR2_TOOLCHAIN_EXTERNAL_GLIBC || BR2_TOOLCHAIN_CTNG_eglibc || BR2_TOOLCHAIN_CTNG_glibc
+ help
+ Time zone database
+
+ http://www.iana.org/time-zones/repository/tz-link.html
+
+config BR2_PACKAGE_TZDATA_ZONELIST
+ string "Time zone list"
+ depends on BR2_PACKAGE_TZDATA
+ default "default"
+ help
+ Space-separated list of time zones to compile.
+
+ The value "default" includes all commonly used time zones. Note
+ that this set consumes around 5.5M.
+
+ The full list is the list of files in the time zone database source,
+ not including the build and .tab files.