summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-03-06 07:42:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-07 17:25:02 +0000
commit4de1c10252257b99e29cf959bc3e671435d41165 (patch)
tree7a958defdf77ba678e2d632befba776f98ba6a7b
parentc8127fe26b709ddf36adcbd475bb0f116b2f0cf1 (diff)
downloadpoky-4de1c10252257b99e29cf959bc3e671435d41165.tar.gz
glib-networking: upgrade 2.78.0 -> 2.78.1
(From OE-Core rev: f45a10b6272039542d17352da0553c9589709edb) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/glib-networking/glib-networking/eagain.patch3
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.78.1.bb (renamed from meta/recipes-core/glib-networking/glib-networking_2.78.0.bb)2
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking/eagain.patch b/meta/recipes-core/glib-networking/glib-networking/eagain.patch
index 062fc0191b..6c2e3c634b 100644
--- a/meta/recipes-core/glib-networking/glib-networking/eagain.patch
+++ b/meta/recipes-core/glib-networking/glib-networking/eagain.patch
@@ -1,4 +1,4 @@
1From 025bb39dfdb81dd2852deaefea228b197ef3cd8d Mon Sep 17 00:00:00 2001 1From 5604707bed4b4a4bc4658c7158a18c1774775775 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org> 2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Sat, 6 May 2023 12:18:50 +0100 3Date: Sat, 6 May 2023 12:18:50 +0100
4Subject: [PATCH] In autobuilder testing we regularly see glib-networking ptest 4Subject: [PATCH] In autobuilder testing we regularly see glib-networking ptest
@@ -15,7 +15,6 @@ The test should probably retry in this situation so test a patch which does this
15Upstream-Status: Pending [testing to see if patch resolves the issue] 15Upstream-Status: Pending [testing to see if patch resolves the issue]
16 16
17Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 17Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18
19--- 18---
20 tls/tests/connection.c | 4 ++++ 19 tls/tests/connection.c | 4 ++++
21 1 file changed, 4 insertions(+) 20 1 file changed, 4 insertions(+)
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
index 68f9a2ed78..5060d9fd7a 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.78.0.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
14SECTION = "libs" 14SECTION = "libs"
15DEPENDS = "glib-2.0-native glib-2.0" 15DEPENDS = "glib-2.0-native glib-2.0"
16 16
17SRC_URI[archive.sha256sum] = "52fe4ce93f7dc51334b102894599858d23c8a65ac4a1110b30920565d68d3aba" 17SRC_URI[archive.sha256sum] = "e48f2ddbb049832cbb09230529c5e45daca9f0df0eda325f832f7379859bf09f"
18 18
19# Upstream note that for the openssl backend, half the tests where this backend don't return 19# Upstream note that for the openssl backend, half the tests where this backend don't return
20# the expected error code or don't work as expected so default to gnutls 20# the expected error code or don't work as expected so default to gnutls