summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-core/glib-networking/glib-networking/eagain.patch
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-core/glib-networking/glib-networking/eagain.patch')
-rw-r--r--poky/meta/recipes-core/glib-networking/glib-networking/eagain.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/meta/recipes-core/glib-networking/glib-networking/eagain.patch b/poky/meta/recipes-core/glib-networking/glib-networking/eagain.patch
index ac6592ffef..ee5b6a7beb 100644
--- a/poky/meta/recipes-core/glib-networking/glib-networking/eagain.patch
+++ b/poky/meta/recipes-core/glib-networking/glib-networking/eagain.patch
@@ -21,7 +21,7 @@ Index: glib-networking-2.74.0/tls/tests/connection.c
MIN (TEST_DATA_LENGTH / 2, TEST_DATA_LENGTH - test->nread),
NULL, &error);
+
-+ if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_BUSY))
++ if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK))
+ continue;
+
g_assert_no_error (error);