mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
tzcode: 2007h -> 2009r
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
19
meta/packages/tzcode/tzcode-native_2009r.bb
Normal file
19
meta/packages/tzcode/tzcode-native_2009r.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
|
||||
DEPENDS = "gettext-native"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \
|
||||
ftp://elsie.nci.nih.gov/pub/tzdata2009s.tar.gz"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
inherit native
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
do_install () {
|
||||
install -d ${D}${bindir}/
|
||||
install -m 755 zic ${D}${bindir}/
|
||||
install -m 755 zdump ${D}${bindir}/
|
||||
install -m 755 tzselect ${D}${bindir}/
|
||||
}
|
||||
Reference in New Issue
Block a user