summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0001.patch
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2024-11-20 19:02:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-21 12:16:28 +0000
commit403c16c89d9145a96348690a5911babfdc2b4698 (patch)
treed066714b4c34c6102783418a4b1f1dbbf78e7fad /meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0001.patch
parent6ec17dc5f45c4bfaa7a703f0df59a22dd14bb618 (diff)
downloadpoky-403c16c89d9145a96348690a5911babfdc2b4698.tar.gz
glib-2.0: upgrade 2.82.1 -> 2.82.2
https://gitlab.gnome.org/GNOME/glib/-/releases/2.82.2 Upgrade was performed using devtool (From OE-Core rev: c4e48010a49d575ca3b8ed78b68a269c77775fbe) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0001.patch')
-rw-r--r--meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0001.patch9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0001.patch b/meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0001.patch
index e78d96c3ce..2ee9a40d3d 100644
--- a/meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0001.patch
+++ b/meta/recipes-core/glib-2.0/files/gdatetime-test-fail-0001.patch
@@ -1,7 +1,7 @@
1From 729d1cbcd599e848bee07c72a276ccc02a06ddc0 Mon Sep 17 00:00:00 2001 1From fc893fe975126ca7d5fcf76b66b5c0ccbd4128d5 Mon Sep 17 00:00:00 2001
2From: "Rebecca N. Palmer" <rebecca_palmer@zoho.com> 2From: "Rebecca N. Palmer" <rebecca_palmer@zoho.com>
3Date: Fri, 11 Oct 2024 09:38:52 +0100 3Date: Fri, 11 Oct 2024 09:38:52 +0100
4Subject: [PATCH 1/3] gdatetime test: Do not assume PST8PDT was always exactly 4Subject: [PATCH] gdatetime test: Do not assume PST8PDT was always exactly
5 -8/-7 5 -8/-7
6 6
7In newer tzdata, it is an alias for America/Los_Angeles, which has a 7In newer tzdata, it is an alias for America/Los_Angeles, which has a
@@ -24,7 +24,7 @@ Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com>
24 1 file changed, 16 insertions(+), 6 deletions(-) 24 1 file changed, 16 insertions(+), 6 deletions(-)
25 25
26diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c 26diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c
27index d46f653ac..2eefc4106 100644 27index d46f653..2eefc41 100644
28--- a/glib/tests/gdatetime.c 28--- a/glib/tests/gdatetime.c
29+++ b/glib/tests/gdatetime.c 29+++ b/glib/tests/gdatetime.c
30@@ -2930,6 +2930,7 @@ test_posix_parse (void) 30@@ -2930,6 +2930,7 @@ test_posix_parse (void)
@@ -67,6 +67,3 @@ index d46f653ac..2eefc4106 100644
67 g_time_zone_unref (tz); 67 g_time_zone_unref (tz);
68 68
69 tz = g_time_zone_new_identifier ("PST8PDT6:32:15"); 69 tz = g_time_zone_new_identifier ("PST8PDT6:32:15");
70--
712.34.1
72