* [meta-oe] tz*: download location has moved
@ 2011-12-13 15:11 ulf
2011-12-13 19:38 ` Saul Wold
0 siblings, 1 reply; 4+ messages in thread
From: ulf @ 2011-12-13 15:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Ulf Samuelsson
From: Ulf Samuelsson <ulf@emagii.com>
Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
---
meta-oe/recipes-extended/tzcode/tzcode-native.inc | 6 +++---
meta-oe/recipes-extended/tzdata/tzdata.inc | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta-oe/recipes-extended/tzcode/tzcode-native.inc b/meta-oe/recipes-extended/tzcode/tzcode-native.inc
index b946e71..2f9f176 100644
--- a/meta-oe/recipes-extended/tzcode/tzcode-native.inc
+++ b/meta-oe/recipes-extended/tzcode/tzcode-native.inc
@@ -1,9 +1,9 @@
DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
-INC_PR = "r4"
+INC_PR = "r5"
SRC_URI = " \
- ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode-${PV};subdir=${BPN}-${PV} \
- ftp://elsie.nci.nih.gov/pub/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV};subdir=${BPN}-${PV} \
+ http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode-${PV};subdir=${BPN}-${PV} \
+ http://www.iana.org/time-zones/repository/releases/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV};subdir=${BPN}-${PV} \
"
inherit native
diff --git a/meta-oe/recipes-extended/tzdata/tzdata.inc b/meta-oe/recipes-extended/tzdata/tzdata.inc
index ceec924..94f73d8 100644
--- a/meta-oe/recipes-extended/tzdata/tzdata.inc
+++ b/meta-oe/recipes-extended/tzdata/tzdata.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Timezone data"
SECTION = "base"
DEPENDS = "tzcode-native"
-INC_PR = "r10"
+INC_PR = "r11"
DEFAULT_TIMEZONE ?= "Europe/London"
@@ -11,7 +11,7 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti
timezone-australia timezone-europe timezone-indian \
timezone-iso3166.tab timezone-pacific timezone-zone.tab"
-SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;subdir=${BPN}-${PV}"
+SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;subdir=${BPN}-${PV}"
TZONES= "africa antarctica asia australasia europe northamerica southamerica \
factory solar87 solar88 solar89 etcetera backward systemv \
--
1.7.4.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-oe] tz*: download location has moved
2011-12-13 15:11 [meta-oe] tz*: download location has moved ulf
@ 2011-12-13 19:38 ` Saul Wold
2011-12-13 20:15 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: Saul Wold @ 2011-12-13 19:38 UTC (permalink / raw)
To: openembedded-devel; +Cc: ulf
On 12/13/2011 07:11 AM, ulf@emagii.com wrote:
> From: Ulf Samuelsson<ulf@emagii.com>
>
> Signed-off-by: Ulf Samuelsson<ulf@emagii.com>
> ---
> meta-oe/recipes-extended/tzcode/tzcode-native.inc | 6 +++---
> meta-oe/recipes-extended/tzdata/tzdata.inc | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
This was fixed in oe-core, What's the reason that a tz* set is needed in
meta-oe? Can we remove them from meta-oe or is the older version needed
by someone?
Sau!
> diff --git a/meta-oe/recipes-extended/tzcode/tzcode-native.inc b/meta-oe/recipes-extended/tzcode/tzcode-native.inc
> index b946e71..2f9f176 100644
> --- a/meta-oe/recipes-extended/tzcode/tzcode-native.inc
> +++ b/meta-oe/recipes-extended/tzcode/tzcode-native.inc
> @@ -1,9 +1,9 @@
> DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
> -INC_PR = "r4"
> +INC_PR = "r5"
>
> SRC_URI = " \
> - ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode-${PV};subdir=${BPN}-${PV} \
> - ftp://elsie.nci.nih.gov/pub/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV};subdir=${BPN}-${PV} \
> + http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode-${PV};subdir=${BPN}-${PV} \
> + http://www.iana.org/time-zones/repository/releases/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV};subdir=${BPN}-${PV} \
> "
>
> inherit native
> diff --git a/meta-oe/recipes-extended/tzdata/tzdata.inc b/meta-oe/recipes-extended/tzdata/tzdata.inc
> index ceec924..94f73d8 100644
> --- a/meta-oe/recipes-extended/tzdata/tzdata.inc
> +++ b/meta-oe/recipes-extended/tzdata/tzdata.inc
> @@ -2,7 +2,7 @@ DESCRIPTION = "Timezone data"
> SECTION = "base"
> DEPENDS = "tzcode-native"
>
> -INC_PR = "r10"
> +INC_PR = "r11"
>
> DEFAULT_TIMEZONE ?= "Europe/London"
>
> @@ -11,7 +11,7 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti
> timezone-australia timezone-europe timezone-indian \
> timezone-iso3166.tab timezone-pacific timezone-zone.tab"
>
> -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;subdir=${BPN}-${PV}"
> +SRC_URI = "http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;subdir=${BPN}-${PV}"
>
> TZONES= "africa antarctica asia australasia europe northamerica southamerica \
> factory solar87 solar88 solar89 etcetera backward systemv \
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe] tz*: download location has moved
2011-12-13 19:38 ` Saul Wold
@ 2011-12-13 20:15 ` Khem Raj
2011-12-13 23:14 ` Ulf Samuelsson
0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2011-12-13 20:15 UTC (permalink / raw)
To: openembedded-devel; +Cc: ulf
On Tue, Dec 13, 2011 at 11:38 AM, Saul Wold <sgw@linux.intel.com> wrote:
> On 12/13/2011 07:11 AM, ulf@emagii.com wrote:
>>
>> From: Ulf Samuelsson<ulf@emagii.com>
>>
>> Signed-off-by: Ulf Samuelsson<ulf@emagii.com>
>> ---
>> meta-oe/recipes-extended/tzcode/tzcode-native.inc | 6 +++---
>> meta-oe/recipes-extended/tzdata/tzdata.inc | 4 ++--
>> 2 files changed, 5 insertions(+), 5 deletions(-)
>>
> This was fixed in oe-core, What's the reason that a tz* set is needed in
> meta-oe? Can we remove them from meta-oe or is the older version needed by
> someone?
>
there are some differences e.g. met-oe it installs a sane default for timezone
may be if those differences can be merged then it would make it go away
-Khem
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe] tz*: download location has moved
2011-12-13 20:15 ` Khem Raj
@ 2011-12-13 23:14 ` Ulf Samuelsson
0 siblings, 0 replies; 4+ messages in thread
From: Ulf Samuelsson @ 2011-12-13 23:14 UTC (permalink / raw)
To: openembedded-devel
On 2011-12-13 21:15, Khem Raj wrote:
> On Tue, Dec 13, 2011 at 11:38 AM, Saul Wold<sgw@linux.intel.com> wrote:
>> On 12/13/2011 07:11 AM, ulf@emagii.com wrote:
>>> From: Ulf Samuelsson<ulf@emagii.com>
>>>
>>> Signed-off-by: Ulf Samuelsson<ulf@emagii.com>
>>> ---
>>> meta-oe/recipes-extended/tzcode/tzcode-native.inc | 6 +++---
>>> meta-oe/recipes-extended/tzdata/tzdata.inc | 4 ++--
>>> 2 files changed, 5 insertions(+), 5 deletions(-)
>>>
>> This was fixed in oe-core, What's the reason that a tz* set is needed in
>> meta-oe? Can we remove them from meta-oe or is the older version needed by
>> someone?
>>
> there are some differences e.g. met-oe it installs a sane default for timezone
> may be if those differences can be merged then it would make it go away
>
> -Khem
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Angstrom has meta-openembedded/meta-oe before openembedded-core in the
layer list,
so this is needed to build Angstrom.
A merged recipe would be better of course.
--
Best Regards
Ulf Samuelsson
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-12-13 23:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 15:11 [meta-oe] tz*: download location has moved ulf
2011-12-13 19:38 ` Saul Wold
2011-12-13 20:15 ` Khem Raj
2011-12-13 23:14 ` Ulf Samuelsson
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.