diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-02-08 18:50:57 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 23:17:59 +0000 |
| commit | 82f2c855d5c470814bc38ba906c72b8adacfa03c (patch) | |
| tree | aea9d66bac690f706d5548a59899d1637be83a8d | |
| parent | e4ae93a6625f11ca1690c4fb0041b69d0efc9d5c (diff) | |
| download | poky-82f2c855d5c470814bc38ba906c72b8adacfa03c.tar.gz | |
tzcode/tzdata: Update to 2012j
Readme update to indicate status of project and authorship
(From OE-Core rev: 6c6568e47d6b3b0edaba569bfa4e38f9d72b5122)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2011i.bb | 25 | ||||
| -rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2012j.bb | 24 | ||||
| -rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2012j.bb (renamed from meta/recipes-extended/tzdata/tzdata_2012d.bb) | 4 |
3 files changed, 26 insertions, 27 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2011i.bb b/meta/recipes-extended/tzcode/tzcode-native_2011i.bb deleted file mode 100644 index a23a5d5240..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native_2011i.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" | ||
| 2 | LICENSE = "PD" | ||
| 3 | PR = "r1" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=3ae8198f82258417ce29066d3b034035" | ||
| 6 | |||
| 7 | SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ | ||
| 8 | ftp://ftp.iana.org/tz/releases/tzdata2011n.tar.gz;name=tzdata" | ||
| 9 | |||
| 10 | SRC_URI[tzcode.md5sum] = "cf7f4335b7c8682899fa2814e711c1b2" | ||
| 11 | SRC_URI[tzcode.sha256sum] = "f0dd991de3f8d6c599c104e294377c9befa1ef40aa5a1d09e2e295a453f3c1ec" | ||
| 12 | SRC_URI[tzdata.md5sum] = "20dbfb28efa008ddbf6dd34601ea40fa" | ||
| 13 | SRC_URI[tzdata.sha256sum] = "a343e542486b2b8ebdeca474eed79f1c04f69420ca943c2b9bdea1d2385e38cd" | ||
| 14 | |||
| 15 | |||
| 16 | S = "${WORKDIR}" | ||
| 17 | |||
| 18 | inherit native | ||
| 19 | |||
| 20 | do_install () { | ||
| 21 | install -d ${D}${bindir}/ | ||
| 22 | install -m 755 zic ${D}${bindir}/ | ||
| 23 | install -m 755 zdump ${D}${bindir}/ | ||
| 24 | install -m 755 tzselect ${D}${bindir}/ | ||
| 25 | } | ||
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2012j.bb b/meta/recipes-extended/tzcode/tzcode-native_2012j.bb new file mode 100644 index 0000000000..47f9f2abb5 --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2012j.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" | ||
| 2 | LICENSE = "PD" | ||
| 3 | PR = "r1" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=d7a19b8c6d8a28785c4cd04ff2e46d27" | ||
| 6 | |||
| 7 | SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ | ||
| 8 | ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz;name=tzdata" | ||
| 9 | |||
| 10 | SRC_URI[tzcode.md5sum] = "868b5d0dbf0e115ae4eb39a932ad0c4c" | ||
| 11 | SRC_URI[tzcode.sha256sum] = "ee4361b3b4ae201a270857c84d0f063c2a2191b3e4cd7414ea4622bb8bae9a82" | ||
| 12 | RC_URI[tzdata.md5sum] = "ba2f92ae7ad099090e8f86cff2f2d799" | ||
| 13 | SRC_URI[tzdata.sha256sum] = "4b6a3c2831bdbb68ab1a1bf906bcf11d18ab78009713a0339da6fe96b6afceaa" | ||
| 14 | |||
| 15 | S = "${WORKDIR}" | ||
| 16 | |||
| 17 | inherit native | ||
| 18 | |||
| 19 | do_install () { | ||
| 20 | install -d ${D}${bindir}/ | ||
| 21 | install -m 755 zic ${D}${bindir}/ | ||
| 22 | install -m 755 zdump ${D}${bindir}/ | ||
| 23 | install -m 755 tzselect ${D}${bindir}/ | ||
| 24 | } | ||
diff --git a/meta/recipes-extended/tzdata/tzdata_2012d.bb b/meta/recipes-extended/tzdata/tzdata_2012j.bb index 4811072b31..25220cc36e 100644 --- a/meta/recipes-extended/tzdata/tzdata_2012d.bb +++ b/meta/recipes-extended/tzdata/tzdata_2012j.bb | |||
| @@ -16,8 +16,8 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti | |||
| 16 | 16 | ||
| 17 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" | 17 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" |
| 18 | 18 | ||
| 19 | SRC_URI[tzdata.md5sum] = "fc0f54b76054800394f8c366ea1eeea7" | 19 | SRC_URI[tzdata.md5sum] = "ba2f92ae7ad099090e8f86cff2f2d799" |
| 20 | SRC_URI[tzdata.sha256sum] = "46c0e92a7aa89c3cfe571b585ceb6958bb444604aea3e09587f2cbe474c95575" | 20 | SRC_URI[tzdata.sha256sum] = "4b6a3c2831bdbb68ab1a1bf906bcf11d18ab78009713a0339da6fe96b6afceaa" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}" | 22 | S = "${WORKDIR}" |
| 23 | 23 | ||
