diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2013d.bb | 26 | ||||
-rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2013g.bb | 26 |
2 files changed, 26 insertions, 26 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2013d.bb b/meta/recipes-extended/tzcode/tzcode-native_2013d.bb deleted file mode 100644 index af21151054..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native_2013d.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" | ||
2 | LICENSE = "PD" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=d7a19b8c6d8a28785c4cd04ff2e46d27" | ||
5 | |||
6 | # note that we allow for us to use data later than our code version | ||
7 | # | ||
8 | SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ | ||
9 | ftp://ftp.iana.org/tz/releases/tzdata2013d.tar.gz;name=tzdata" | ||
10 | |||
11 | SRC_URI[tzdata.md5sum] = "65b6818162230fc02f86f293376c73df" | ||
12 | SRC_URI[tzdata.sha256sum] = "cd1c96f0676e0edceebc6a418a2222ffb05becb41180dd9f847b9c7cef303b04" | ||
13 | |||
14 | SRC_URI[tzcode.md5sum] = "4616a9560270f180eeb9a08540636890" | ||
15 | SRC_URI[tzcode.sha256sum] = "2d9eb90c94644cddb74a490d1184ef9f88efcaa7a2b1bf88be0ee9eeeab707b6" | ||
16 | |||
17 | S = "${WORKDIR}" | ||
18 | |||
19 | inherit native | ||
20 | |||
21 | do_install () { | ||
22 | install -d ${D}${bindir}/ | ||
23 | install -m 755 zic ${D}${bindir}/ | ||
24 | install -m 755 zdump ${D}${bindir}/ | ||
25 | install -m 755 tzselect ${D}${bindir}/ | ||
26 | } | ||
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2013g.bb b/meta/recipes-extended/tzcode/tzcode-native_2013g.bb new file mode 100644 index 0000000000..411520eae1 --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2013g.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" | ||
2 | LICENSE = "PD & BSD" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=0b7570113550eb5d30aa4bd220964b8f" | ||
5 | |||
6 | # note that we allow for us to use data later than our code version | ||
7 | # | ||
8 | SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ | ||
9 | ftp://ftp.iana.org/tz/releases/tzdata2013g.tar.gz;name=tzdata" | ||
10 | |||
11 | SRC_URI[tzcode.md5sum] = "cc2a52297310ba1a673dc60973ea3ad8" | ||
12 | SRC_URI[tzcode.sha256sum] = "c7c358b459bb65cfab7b7bdd6a9689233fc393f1f9fdf4f0f46ca7dac5a9587b" | ||
13 | |||
14 | SRC_URI[tzdata.md5sum] = "76dbc3b5a81913fc0d824376c44a5d15" | ||
15 | SRC_URI[tzdata.sha256sum] = "b6cdd3998dcc732a6ae5e101e1394f9d4d6dff68bd48a8fb78c44c2b997d3a4f" | ||
16 | |||
17 | S = "${WORKDIR}" | ||
18 | |||
19 | inherit native | ||
20 | |||
21 | do_install () { | ||
22 | install -d ${D}${bindir}/ | ||
23 | install -m 755 zic ${D}${bindir}/ | ||
24 | install -m 755 zdump ${D}${bindir}/ | ||
25 | install -m 755 tzselect ${D}${bindir}/ | ||
26 | } | ||