mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 13:29:40 +01:00
tzcode-native: Update to 2013d
(From OE-Core rev: 54ee014d1e595ebac12afeebb350ba32af3e25e9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7f7fb8be07
commit
73ebab2dca
26
meta/recipes-extended/tzcode/tzcode-native_2013d.bb
Normal file
26
meta/recipes-extended/tzcode/tzcode-native_2013d.bb
Normal file
@@ -0,0 +1,26 @@
|
||||
DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
|
||||
LICENSE = "PD"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=d7a19b8c6d8a28785c4cd04ff2e46d27"
|
||||
|
||||
# note that we allow for us to use data later than our code version
|
||||
#
|
||||
SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \
|
||||
ftp://ftp.iana.org/tz/releases/tzdata2013b.tar.gz;name=tzdata"
|
||||
|
||||
SRC_URI[tzdata.md5sum] = "489dbca77d1f2e287a3987ca047bb246"
|
||||
SRC_URI[tzdata.sha256sum] = "70d589d0e76a3749403d2bb404e9214c2520dda4c13e4b07b1b945ed2c64edb2"
|
||||
|
||||
SRC_URI[tzcode.md5sum] = "4616a9560270f180eeb9a08540636890"
|
||||
SRC_URI[tzcode.sha256sum] = "2d9eb90c94644cddb74a490d1184ef9f88efcaa7a2b1bf88be0ee9eeeab707b6"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
inherit native
|
||||
|
||||
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