]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
glib-networking: use correct error code in ptest
authorTrevor Gamblin <tgamblin@baylibre.com>
Tue, 20 Jun 2023 17:59:13 +0000 (13:59 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Jun 2023 22:37:46 +0000 (23:37 +0100)
commit8574fb1371e2d83c1c7ee58067c50319a62a22ea
tree9e40d70c17a0bdc702cd3a70525b0b5d94275dbd
parent61a881fdbe8b5a21c6276b8a5d06cc30486b1eb3
glib-networking: use correct error code in ptest

The eagain patch is currently using G_IO_ERROR_BUSY as part of the check
to retry when the simul_read_thread test fails during ptests, but the
actual error code is 27, which corresponds to G_IO_ERROR_WOULD_BLOCK.
Change the check so that it looks for the right code.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-networking/glib-networking/eagain.patch