All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH 1/2]v3 tzdata&tzcode-native: upgrade 2024a -> 2024b
@ 2024-11-04  7:35 jinfeng.wang.cn
  0 siblings, 0 replies; 4+ messages in thread
From: jinfeng.wang.cn @ 2024-11-04  7:35 UTC (permalink / raw)
  To: openembedded-core

From: Jinfeng Wang <jinfeng.wang.cn@windriver.com>

Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com>
---
 meta/recipes-extended/timezone/timezone.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc
index 4734adcc08..adf095280f 100644
--- a/meta/recipes-extended/timezone/timezone.inc
+++ b/meta/recipes-extended/timezone/timezone.inc
@@ -6,7 +6,7 @@ SECTION = "base"
 LICENSE = "PD & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba"
 
-PV = "2024a"
+PV = "2024b"
 
 SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode;subdir=tz \
            http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata;subdir=tz \
@@ -16,5 +16,5 @@ S = "${WORKDIR}/tz"
 
 UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
 
-SRC_URI[tzcode.sha256sum] = "80072894adff5a458f1d143e16e4ca1d8b2a122c9c5399da482cb68cba6a1ff8"
-SRC_URI[tzdata.sha256sum] = "0d0434459acbd2059a7a8da1f3304a84a86591f6ed69c6248fffa502b6edffe3"
+SRC_URI[tzcode.sha256sum] = "5e438fc449624906af16a18ff4573739f0cda9862e5ec28d3bcb19cbaed0f672"
+SRC_URI[tzdata.sha256sum] = "70e754db126a8d0db3d16d6b4cb5f7ec1e04d5f261255e4558a67fe92d39e550"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [OE-core][PATCH 1/2]v3 tzdata&tzcode-native: upgrade 2024a -> 2024b
       [not found] <1804B3B536644BBC.30502@lists.openembedded.org>
@ 2024-11-11  2:35 ` Wang, Jinfeng (CN)
  2024-11-12 13:36   ` Mathieu Dubois-Briand
  0 siblings, 1 reply; 4+ messages in thread
From: Wang, Jinfeng (CN) @ 2024-11-11  2:35 UTC (permalink / raw)
  To: openembedded-core

Ping...

On 11/4/2024 3:35 PM, Wang, Jinfeng (CN) via lists.openembedded.org wrote:
> From: Jinfeng Wang <jinfeng.wang.cn@windriver.com>
>
> Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com>
> ---
>   meta/recipes-extended/timezone/timezone.inc | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc
> index 4734adcc08..adf095280f 100644
> --- a/meta/recipes-extended/timezone/timezone.inc
> +++ b/meta/recipes-extended/timezone/timezone.inc
> @@ -6,7 +6,7 @@ SECTION = "base"
>   LICENSE = "PD & BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba"
>   
> -PV = "2024a"
> +PV = "2024b"
>   
>   SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode;subdir=tz \
>              http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata;subdir=tz \
> @@ -16,5 +16,5 @@ S = "${WORKDIR}/tz"
>   
>   UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
>   
> -SRC_URI[tzcode.sha256sum] = "80072894adff5a458f1d143e16e4ca1d8b2a122c9c5399da482cb68cba6a1ff8"
> -SRC_URI[tzdata.sha256sum] = "0d0434459acbd2059a7a8da1f3304a84a86591f6ed69c6248fffa502b6edffe3"
> +SRC_URI[tzcode.sha256sum] = "5e438fc449624906af16a18ff4573739f0cda9862e5ec28d3bcb19cbaed0f672"
> +SRC_URI[tzdata.sha256sum] = "70e754db126a8d0db3d16d6b4cb5f7ec1e04d5f261255e4558a67fe92d39e550"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#206675): https://lists.openembedded.org/g/openembedded-core/message/206675
> Mute This Topic: https://lists.openembedded.org/mt/109381276/8617462
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [Jinfeng.Wang.CN@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [OE-core][PATCH 1/2]v3 tzdata&tzcode-native: upgrade 2024a -> 2024b
  2024-11-11  2:35 ` [OE-core][PATCH 1/2]v3 tzdata&tzcode-native: upgrade 2024a -> 2024b Wang, Jinfeng (CN)
@ 2024-11-12 13:36   ` Mathieu Dubois-Briand
  2024-11-13  1:22     ` Wang, Jinfeng (CN)
  0 siblings, 1 reply; 4+ messages in thread
From: Mathieu Dubois-Briand @ 2024-11-12 13:36 UTC (permalink / raw)
  To: Jinfeng.Wang.CN; +Cc: openembedded-core

On Mon, Nov 11, 2024 at 10:35:30AM +0800, Wang, Jinfeng (CN) via lists.openembedded.org wrote:
> Ping...
> 

Hi,

I believe these patches were already merged in master:

https://git.openembedded.org/openembedded-core/commit/?id=0c8f87d5d4ec9f286b1e85d114cb9a728c1ff64b
https://git.openembedded.org/openembedded-core/commit/?id=b84b29b1827624270cc1698feda2ee87d55c01e4

Is there something missing ?

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [OE-core][PATCH 1/2]v3 tzdata&tzcode-native: upgrade 2024a -> 2024b
  2024-11-12 13:36   ` Mathieu Dubois-Briand
@ 2024-11-13  1:22     ` Wang, Jinfeng (CN)
  0 siblings, 0 replies; 4+ messages in thread
From: Wang, Jinfeng (CN) @ 2024-11-13  1:22 UTC (permalink / raw)
  To: openembedded-core


On 11/12/2024 9:36 PM, Mathieu Dubois-Briand wrote:
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
> On Mon, Nov 11, 2024 at 10:35:30AM +0800, Wang, Jinfeng (CN) via lists.openembedded.org wrote:
>> Ping...
>>
> Hi,
>
> I believe these patches were already merged in master:
>
> https://git.openembedded.org/openembedded-core/commit/?id=0c8f87d5d4ec9f286b1e85d114cb9a728c1ff64b
> https://git.openembedded.org/openembedded-core/commit/?id=b84b29b1827624270cc1698feda2ee87d55c01e4
>
> Is there something missing ?

No.

Sorry, I missed the commit.

Thanks.

Jinfeng

>
> --
> Mathieu Dubois-Briand, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-13  1:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1804B3B536644BBC.30502@lists.openembedded.org>
2024-11-11  2:35 ` [OE-core][PATCH 1/2]v3 tzdata&tzcode-native: upgrade 2024a -> 2024b Wang, Jinfeng (CN)
2024-11-12 13:36   ` Mathieu Dubois-Briand
2024-11-13  1:22     ` Wang, Jinfeng (CN)
2024-11-04  7:35 jinfeng.wang.cn

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.