1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

Add tzdata and tzcode, for the timezone files

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3053 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-11-01 09:00:56 +00:00
parent 76df265a95
commit b193e2509e
2 changed files with 179 additions and 0 deletions
@@ -0,0 +1,21 @@
DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
PR = "r0"
SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \
ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz"
S = "${WORKDIR}"
inherit native
do_stage () {
install -d ${STAGING_BINDIR_NATIVE}
install -m 755 zic ${STAGING_BINDIR_NATIVE}/
install -m 755 zdump ${STAGING_BINDIR_NATIVE}/
install -m 755 tzselect ${STAGING_BINDIR_NATIVE}/
}
do_install () {
:
}