summaryrefslogtreecommitdiff
path: root/packages/tzcode/tzcode-native_2007c.bb
blob: 126658bd39df88f1e61dcfde19d15cec2f859733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"

PR = "r1"

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 -m 755 zic ${STAGING_BINDIR_NATIVE}
        install -m 755 zdump ${STAGING_BINDIR_NATIVE}
        install -m 755 tzselect ${STAGING_BINDIR_NATIVE}
}

do_install () {
        :
}