From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] tzcode/tzdata: Update to 2012j
Date: Mon, 11 Feb 2013 15:37:18 -0800 [thread overview]
Message-ID: <1360625838-5453-1-git-send-email-sgw@linux.intel.com> (raw)
Readme update to indicate status of project and authorship
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../recipes-extended/tzcode/tzcode-native_2011i.bb | 25 ----------------------
.../recipes-extended/tzcode/tzcode-native_2012j.bb | 24 +++++++++++++++++++++
.../tzdata/{tzdata_2012d.bb => tzdata_2012j.bb} | 4 ++--
3 files changed, 26 insertions(+), 27 deletions(-)
delete mode 100644 meta/recipes-extended/tzcode/tzcode-native_2011i.bb
create mode 100644 meta/recipes-extended/tzcode/tzcode-native_2012j.bb
rename meta/recipes-extended/tzdata/{tzdata_2012d.bb => tzdata_2012j.bb} (98%)
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 a23a5d5..0000000
--- a/meta/recipes-extended/tzcode/tzcode-native_2011i.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
-LICENSE = "PD"
-PR = "r1"
-
-LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=3ae8198f82258417ce29066d3b034035"
-
-SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \
- ftp://ftp.iana.org/tz/releases/tzdata2011n.tar.gz;name=tzdata"
-
-SRC_URI[tzcode.md5sum] = "cf7f4335b7c8682899fa2814e711c1b2"
-SRC_URI[tzcode.sha256sum] = "f0dd991de3f8d6c599c104e294377c9befa1ef40aa5a1d09e2e295a453f3c1ec"
-SRC_URI[tzdata.md5sum] = "20dbfb28efa008ddbf6dd34601ea40fa"
-SRC_URI[tzdata.sha256sum] = "a343e542486b2b8ebdeca474eed79f1c04f69420ca943c2b9bdea1d2385e38cd"
-
-
-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}/
-}
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 0000000..47f9f2a
--- /dev/null
+++ b/meta/recipes-extended/tzcode/tzcode-native_2012j.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
+LICENSE = "PD"
+PR = "r1"
+
+LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=d7a19b8c6d8a28785c4cd04ff2e46d27"
+
+SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \
+ ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz;name=tzdata"
+
+SRC_URI[tzcode.md5sum] = "868b5d0dbf0e115ae4eb39a932ad0c4c"
+SRC_URI[tzcode.sha256sum] = "ee4361b3b4ae201a270857c84d0f063c2a2191b3e4cd7414ea4622bb8bae9a82"
+RC_URI[tzdata.md5sum] = "ba2f92ae7ad099090e8f86cff2f2d799"
+SRC_URI[tzdata.sha256sum] = "4b6a3c2831bdbb68ab1a1bf906bcf11d18ab78009713a0339da6fe96b6afceaa"
+
+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}/
+}
diff --git a/meta/recipes-extended/tzdata/tzdata_2012d.bb b/meta/recipes-extended/tzdata/tzdata_2012j.bb
similarity index 98%
rename from meta/recipes-extended/tzdata/tzdata_2012d.bb
rename to meta/recipes-extended/tzdata/tzdata_2012j.bb
index 4811072..25220cc 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
SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata"
-SRC_URI[tzdata.md5sum] = "fc0f54b76054800394f8c366ea1eeea7"
-SRC_URI[tzdata.sha256sum] = "46c0e92a7aa89c3cfe571b585ceb6958bb444604aea3e09587f2cbe474c95575"
+SRC_URI[tzdata.md5sum] = "ba2f92ae7ad099090e8f86cff2f2d799"
+SRC_URI[tzdata.sha256sum] = "4b6a3c2831bdbb68ab1a1bf906bcf11d18ab78009713a0339da6fe96b6afceaa"
S = "${WORKDIR}"
--
1.8.0.2
reply other threads:[~2013-02-11 23:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1360625838-5453-1-git-send-email-sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.