From: ytao <yue.tao@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] tzcode: Update to 2014e
Date: Tue, 17 Jun 2014 15:31:34 +0800 [thread overview]
Message-ID: <539FEED6.80404@windriver.com> (raw)
In-Reply-To: <1402988571-6730-1-git-send-email-Yue.Tao@windriver.com>
Please ignore the patch, I know someone already sent the patch.
yue.tao
On 06/17/2014 03:02 PM, Yue Tao wrote:
> Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
> ---
> .../recipes-extended/tzcode/tzcode-native_2014d.bb | 11 -----------
> .../recipes-extended/tzcode/tzcode-native_2014e.bb | 11 +++++++++++
> meta/recipes-extended/tzdata/tzdata_2014d.bb | 6 ------
> meta/recipes-extended/tzdata/tzdata_2014e.bb | 6 ++++++
> 4 files changed, 17 insertions(+), 17 deletions(-)
> delete mode 100644 meta/recipes-extended/tzcode/tzcode-native_2014d.bb
> create mode 100644 meta/recipes-extended/tzcode/tzcode-native_2014e.bb
> delete mode 100644 meta/recipes-extended/tzdata/tzdata_2014d.bb
> create mode 100644 meta/recipes-extended/tzdata/tzdata_2014e.bb
>
> diff --git a/meta/recipes-extended/tzcode/tzcode-native_2014d.bb b/meta/recipes-extended/tzcode/tzcode-native_2014d.bb
> deleted file mode 100644
> index 8d20158..0000000
> --- a/meta/recipes-extended/tzcode/tzcode-native_2014d.bb
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -# 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/tzdata2014d.tar.gz;name=tzdata"
> -
> -SRC_URI[tzcode.md5sum] = "4a0f5f259ba8a2b826fffb1fa26d0134"
> -SRC_URI[tzcode.sha256sum] = "e9c775bb76c9700521ada77776277c25f8650a22b56d46c9f00f4147970ef13e"
> -SRC_URI[tzdata.md5sum] = "299b86c0368ecfb321f15d5c408a1d9b"
> -SRC_URI[tzdata.sha256sum] = "4b4966912f5d4a299b0bdf47e6f3103d82dc6a0b5a6b321e2b9d5662597a62f0"
> -
> -require tzcode-native.inc
> diff --git a/meta/recipes-extended/tzcode/tzcode-native_2014e.bb b/meta/recipes-extended/tzcode/tzcode-native_2014e.bb
> new file mode 100644
> index 0000000..405ed60
> --- /dev/null
> +++ b/meta/recipes-extended/tzcode/tzcode-native_2014e.bb
> @@ -0,0 +1,11 @@
> +# 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/tzdata2014e.tar.gz;name=tzdata"
> +
> +SRC_URI[tzcode.md5sum] = "552251600ee3571c244d33c7196ec2ed"
> +SRC_URI[tzcode.sha256sum] = "43ebc426ab4911e222a4487f24289adfd2bc5eb09363a5e77cdabf56374a8c1c"
> +SRC_URI[tzdata.md5sum] = "8a49fdedd4e832da8e85f7f9bcaedc33"
> +SRC_URI[tzdata.sha256sum] = "08e243a79051f838d86ac1311a78b74047951302d448024e823b5b7aa71f86c5"
> +
> +require tzcode-native.inc
> diff --git a/meta/recipes-extended/tzdata/tzdata_2014d.bb b/meta/recipes-extended/tzdata/tzdata_2014d.bb
> deleted file mode 100644
> index 984c665..0000000
> --- a/meta/recipes-extended/tzdata/tzdata_2014d.bb
> +++ /dev/null
> @@ -1,6 +0,0 @@
> -SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata"
> -
> -SRC_URI[tzdata.md5sum] = "299b86c0368ecfb321f15d5c408a1d9b"
> -SRC_URI[tzdata.sha256sum] = "4b4966912f5d4a299b0bdf47e6f3103d82dc6a0b5a6b321e2b9d5662597a62f0"
> -
> -require tzdata.inc
> diff --git a/meta/recipes-extended/tzdata/tzdata_2014e.bb b/meta/recipes-extended/tzdata/tzdata_2014e.bb
> new file mode 100644
> index 0000000..b53d323
> --- /dev/null
> +++ b/meta/recipes-extended/tzdata/tzdata_2014e.bb
> @@ -0,0 +1,6 @@
> +SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata"
> +
> +SRC_URI[tzdata.md5sum] = "8a49fdedd4e832da8e85f7f9bcaedc33"
> +SRC_URI[tzdata.sha256sum] = "08e243a79051f838d86ac1311a78b74047951302d448024e823b5b7aa71f86c5"
> +
> +require tzdata.inc
prev parent reply other threads:[~2014-06-17 7:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-17 7:02 [PATCH] tzcode: Update to 2014e Yue Tao
2014-06-17 7:31 ` ytao [this message]
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=539FEED6.80404@windriver.com \
--to=yue.tao@windriver.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox