* [PATCH [v3] 0/1] *** tzcode & tzdata: update to 2013b versions ***
@ 2013-03-18 20:46 Joe Slater
2013-03-18 20:46 ` [PATCH [v3] 1/1] tzcode & tzdata: update to 2013b versions Joe Slater
0 siblings, 1 reply; 6+ messages in thread
From: Joe Slater @ 2013-03-18 20:46 UTC (permalink / raw)
To: openembedded-core
In v2, accidently reverted modifications in tzdata recipe made earlier
this year. Now changes are only to version specific info such as checksums.
One comment has been added.
Joe Slater (1):
tzcode & tzdata: update to 2013b versions
...code-native_2012j.bb => tzcode-native_2013b.bb} | 12 +++++++-----
.../tzdata/{tzdata_2012j.bb => tzdata_2013b.bb} | 6 +++---
2 files changed, 10 insertions(+), 8 deletions(-)
rename meta/recipes-extended/tzcode/{tzcode-native_2012j.bb => tzcode-native_2013b.bb} (52%)
rename meta/recipes-extended/tzdata/{tzdata_2012j.bb => tzdata_2013b.bb} (98%)
--
1.7.3.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH [v3] 1/1] tzcode & tzdata: update to 2013b versions
2013-03-18 20:46 [PATCH [v3] 0/1] *** tzcode & tzdata: update to 2013b versions *** Joe Slater
@ 2013-03-18 20:46 ` Joe Slater
2013-03-18 21:06 ` Otavio Salvador
0 siblings, 1 reply; 6+ messages in thread
From: Joe Slater @ 2013-03-18 20:46 UTC (permalink / raw)
To: openembedded-core
Rename and modifying existing recipes to use 2013b
versions of time zone.
Signed-off-by: Joe Slater <jslater@windriver.com>
---
...code-native_2012j.bb => tzcode-native_2013b.bb} | 12 +++++++-----
.../tzdata/{tzdata_2012j.bb => tzdata_2013b.bb} | 6 +++---
2 files changed, 10 insertions(+), 8 deletions(-)
rename meta/recipes-extended/tzcode/{tzcode-native_2012j.bb => tzcode-native_2013b.bb} (52%)
rename meta/recipes-extended/tzdata/{tzdata_2012j.bb => tzdata_2013b.bb} (98%)
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2012j.bb b/meta/recipes-extended/tzcode/tzcode-native_2013b.bb
similarity index 52%
rename from meta/recipes-extended/tzcode/tzcode-native_2012j.bb
rename to meta/recipes-extended/tzcode/tzcode-native_2013b.bb
index 938f072..d84b0de 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2012j.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2013b.bb
@@ -4,13 +4,15 @@ PR = "r1"
LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=d7a19b8c6d8a28785c4cd04ff2e46d27"
+# 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/tzdata2012j.tar.gz;name=tzdata"
+ ftp://ftp.iana.org/tz/releases/tzdata2013b.tar.gz;name=tzdata"
-SRC_URI[tzcode.md5sum] = "868b5d0dbf0e115ae4eb39a932ad0c4c"
-SRC_URI[tzcode.sha256sum] = "ee4361b3b4ae201a270857c84d0f063c2a2191b3e4cd7414ea4622bb8bae9a82"
-SRC_URI[tzdata.md5sum] = "ba2f92ae7ad099090e8f86cff2f2d799"
-SRC_URI[tzdata.sha256sum] = "4b6a3c2831bdbb68ab1a1bf906bcf11d18ab78009713a0339da6fe96b6afceaa"
+SRC_URI[tzcode.md5sum] = "c8bb91ce60092ef61d628d104ad3dab1"
+SRC_URI[tzcode.sha256sum] = "fda9a8bd15f06939f0ecd1edba17d5e66d4d526632145609574459b250ab0efb"
+SRC_URI[tzdata.md5sum] = "489dbca77d1f2e287a3987ca047bb246"
+SRC_URI[tzdata.sha256sum] = "70d589d0e76a3749403d2bb404e9214c2520dda4c13e4b07b1b945ed2c64edb2"
S = "${WORKDIR}"
diff --git a/meta/recipes-extended/tzdata/tzdata_2012j.bb b/meta/recipes-extended/tzdata/tzdata_2013b.bb
similarity index 98%
rename from meta/recipes-extended/tzdata/tzdata_2012j.bb
rename to meta/recipes-extended/tzdata/tzdata_2013b.bb
index 25220cc..050356b 100644
--- a/meta/recipes-extended/tzdata/tzdata_2012j.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2013b.bb
@@ -5,7 +5,7 @@ LICENSE = "PD"
LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234"
DEPENDS = "tzcode-native"
-PR = "r3"
+PR = "r1"
inherit allarch
@@ -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] = "ba2f92ae7ad099090e8f86cff2f2d799"
-SRC_URI[tzdata.sha256sum] = "4b6a3c2831bdbb68ab1a1bf906bcf11d18ab78009713a0339da6fe96b6afceaa"
+SRC_URI[tzdata.md5sum] = "489dbca77d1f2e287a3987ca047bb246"
+SRC_URI[tzdata.sha256sum] = "70d589d0e76a3749403d2bb404e9214c2520dda4c13e4b07b1b945ed2c64edb2"
S = "${WORKDIR}"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH [v3] 1/1] tzcode & tzdata: update to 2013b versions
2013-03-18 20:46 ` [PATCH [v3] 1/1] tzcode & tzdata: update to 2013b versions Joe Slater
@ 2013-03-18 21:06 ` Otavio Salvador
2013-03-18 22:14 ` Slater, Joseph
0 siblings, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2013-03-18 21:06 UTC (permalink / raw)
To: Joe Slater; +Cc: Patches and discussions about the oe-core layer
On Mon, Mar 18, 2013 at 5:46 PM, Joe Slater <jslater@windriver.com> wrote:
> Rename and modifying existing recipes to use 2013b
> versions of time zone.
>
> Signed-off-by: Joe Slater <jslater@windriver.com>
It seems a good timming to drop PR.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH [v3] 1/1] tzcode & tzdata: update to 2013b versions
2013-03-18 21:06 ` Otavio Salvador
@ 2013-03-18 22:14 ` Slater, Joseph
2013-03-19 10:25 ` Burton, Ross
0 siblings, 1 reply; 6+ messages in thread
From: Slater, Joseph @ 2013-03-18 22:14 UTC (permalink / raw)
To: Otavio Salvador; +Cc: Patches and discussions about the oe-core layer
> -----Original Message-----
> From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio
> Salvador
> Sent: Monday, March 18, 2013 2:06 PM
> To: Slater, Joseph
> Cc: Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] [PATCH [v3] 1/1] tzcode & tzdata: update to 2013b versions
>
> On Mon, Mar 18, 2013 at 5:46 PM, Joe Slater <jslater@windriver.com> wrote:
> > Rename and modifying existing recipes to use 2013b
> > versions of time zone.
> >
> > Signed-off-by: Joe Slater <jslater@windriver.com>
>
> It seems a good timming to drop PR.
Do we not use PR anymore? Joe
>
> --
> Otavio Salvador O.S. Systems
> E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
> Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH [v3] 1/1] tzcode & tzdata: update to 2013b versions
2013-03-18 22:14 ` Slater, Joseph
@ 2013-03-19 10:25 ` Burton, Ross
2013-03-19 11:43 ` Richard Purdie
0 siblings, 1 reply; 6+ messages in thread
From: Burton, Ross @ 2013-03-19 10:25 UTC (permalink / raw)
To: Slater, Joseph
Cc: Otavio Salvador, Patches and discussions about the oe-core layer
On 18 March 2013 22:14, Slater, Joseph <joe.slater@windriver.com> wrote:
> Do we not use PR anymore? Joe
Correct - oe-core assumes a PR Service is being used if required.
Ross
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH [v3] 1/1] tzcode & tzdata: update to 2013b versions
2013-03-19 10:25 ` Burton, Ross
@ 2013-03-19 11:43 ` Richard Purdie
0 siblings, 0 replies; 6+ messages in thread
From: Richard Purdie @ 2013-03-19 11:43 UTC (permalink / raw)
To: Burton, Ross
Cc: Otavio Salvador, Patches and discussions about the oe-core layer
On Tue, 2013-03-19 at 10:25 +0000, Burton, Ross wrote:
> On 18 March 2013 22:14, Slater, Joseph <joe.slater@windriver.com> wrote:
> > Do we not use PR anymore? Joe
>
> Correct - oe-core assumes a PR Service is being used if required.
So just to be really clear, PR still works as it always has but we're no
longer bumping values manually, we're recommending people use the PR
service to maintain a set of consistent values for use in their feed.
The checksums ensure things get rebuilt when they need to in other
cases.
Cheers,
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-03-19 12:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18 20:46 [PATCH [v3] 0/1] *** tzcode & tzdata: update to 2013b versions *** Joe Slater
2013-03-18 20:46 ` [PATCH [v3] 1/1] tzcode & tzdata: update to 2013b versions Joe Slater
2013-03-18 21:06 ` Otavio Salvador
2013-03-18 22:14 ` Slater, Joseph
2013-03-19 10:25 ` Burton, Ross
2013-03-19 11:43 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox