summaryrefslogtreecommitdiff
path: root/package/tzdata
AgeCommit message (Collapse)Author
2015-02-10Revert "split tzdata and tzcode, using multiple DISTFILES no longer supported"Waldemar Brodkorb
This reverts commit 04c36baff7046c5efbef07d2d5df778950c3e40c.
2015-02-09split tzdata and tzcode, using multiple DISTFILES no longer supportedWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-08-06fix build on OpenBSD hostWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-06-24fix compile on DarwinWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-31update to latest upstreamWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-03-18only install required timezoneWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-09add localtime symlinkWaldemar Brodkorb
2013-10-04fix compile error on DarwinWaldemar Brodkorb
2013-08-14fix musl compileWaldemar Brodkorb
2013-08-14update to latest upstream versionWaldemar Brodkorb
2012-01-14tzdata: fix somehow broken date binaryPhil Sutter
2011-02-05fix some allmodconfig issues for mips targetWaldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-20port tzdata/tzcodePhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>