aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tzdata
AgeCommit message (Collapse)Author
2014-08-11tzdata: update to 2014fArmin Kuster
md5sum on asia file changed do to severel tzone updates Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-06-17tzdata: update to version 2014eArmin Kuster
Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-06Update tzdata to 2014dArmin Kuster
moved build data to an inc file since it changes little. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-29Update tzdata to 2014cArmin Kuster
Removed solar-time experiment as per http://mm.icann.org/pipermail/tz/2013-November/020488.html Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02tzdata: Update to 2013iSaul Wold
The solar* time file are no longer distributed (see tzdata's NEWS for details) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-29tzcode & tzdata: update to 2013hJoe Slater
Update recipes to version 2013h of timezone code and data. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-10-14tzdata: Update to 2013gSaul Wold
Add the README to LIC_FILES_CHKSUM and update LICESE since it now mentions that some files are licensed under BSD Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-09tzdata: upgrade to 2013dCristiana Voicu
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> [sgw: Fix up tzdata to 2013d] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-19tzcode & tzdata: update to 2013b versionsJoe Slater
Rename and modifying existing recipes to use 2013b versions of time zone. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-14tzcode/tzdata: Update to 2012jSaul Wold
Readme update to indicate status of project and authorship Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-14tzdata: Simplify code removing not used casesOtavio Salvador
We shouldn't have an use-case where we'd use 'FUBAR' timezone so instead of adding postinst handling for this use case we handle it at install time and keep the Universal as fallback if user did something wrong. This also ensure the /etc/localtime file is kept as a symbolic link. This will make timezone not available when /usr is in separated partition (and not mounted) however the applications ought to fallback to GMT timezone in this case and when /usr is made availble timezone will work fine. Change-Id: I9a4f05db7a0bdc06511deb5693d1d16569d2fc63 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-02-14tzdata: We shouldn't override the localtime if it is validOtavio Salvador
The code where mistakenly replacing the localtime file setting so we end with a copy of file instead of a symbolic link. This fixes it so now, we'll only do that in case the link is pointing to invalid data. Change-Id: I16dfa5ea4f293c48bb396f4e23a2ea53e6c9e745 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-02tzdata: install /etc/localtime alongside /etc/timezoneRoss Burton
Lots of code (such a GLib) expects this to exist and link to the current timezone definition. /etc/localtime is a symlink instead of a copy of hard link to make it obvious what timezone data it's pointing at. For systems with /etc on a separate filesystem to /usr this will result in a dangling symlink until /usr is mounted, but as this is early boot the assumption is that anything checking it will handle that case and fallback to UTC. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-08-30tzdata: this package isn't architecture specificRoss Burton
The data files are compiled to a binary but architecture-independent format, so this package can be allarch. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-02tzdata: Upgrade tzdata to upstream 2012dRadu Moisan
Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-18tzdata, matchbox-session, mini-x-session: replace RCONFLICTS with RCONFLICTS_Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-11tzdata: upgrade to 2012cLaurentiu Palcu
Other changes: - the licence header shifted one line down, hence the start/end lines used to compute the MD5 sum were incremented by 1; Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21tzdata: upgrade to 2012bShane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-02-01tzdata_2011n: provide pkg_postinst and timezone defaultsAndrea Adami
* Introduce DEFAULT_TIMEZONE variable ('Universal', present in base package) * and add /etc/timezone during do_install. * While there, fix hardcoded references to $exec_prefix (/usr). * Add the pkg_postinst script (adapted from Gentoo). * Create /etc/localtime during postinst. * Bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-11-29tzdata/tzcode: Update tzdata to 2011nSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-20tzdata: updated SRC_URI and update to 2011kJoshua Lock
tzdata is now hosted by IANA at http://www.iana.org/time-zones Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-06tzdata: Update to 2011kSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-09-02tzcode: Update to 2011iSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-07-20tzcode,tzdata: Update tzdata to 2011hKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-01Drop PRIORITY variableRichard Purdie
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-23tzdata: Ensure all files are owned by root:rootMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-01tzdata: update to 2011gSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-22Remove all comments from multiline expressions (as mentioned in bug #704)Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-14tzdata: upgrade to version 2010oQing He
from 2010j Signed-off-by: Qing He <qing.he@intel.com>
2010-10-13tzdata: install zone.tab and iso1366.tabZhai Edwin
These files are removed in libc-package.bbclass. Missing of zone.tab cause get_zone_directory in libical return NULL for strlen, which leads seg fault of dates & tasks. Openembedded has similar patch. [BUGID #420] got fixed by this. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>