diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/glib-networking/glib-networking/eagain.patch | 2 | ||||
| -rw-r--r-- | meta/recipes-core/glib-networking/glib-networking_2.80.0.bb (renamed from meta/recipes-core/glib-networking/glib-networking_2.78.1.bb) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking/eagain.patch b/meta/recipes-core/glib-networking/glib-networking/eagain.patch index 98ff476071..98974aa4e7 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 @@ | |||
| 1 | From 5604707bed4b4a4bc4658c7158a18c1774775775 Mon Sep 17 00:00:00 2001 | 1 | From f917ef5579257007bc02850e79769fe5ec48b2b7 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Sat, 6 May 2023 12:18:50 +0100 | 3 | Date: Sat, 6 May 2023 12:18:50 +0100 |
| 4 | Subject: [PATCH] In autobuilder testing we regularly see glib-networking ptest | 4 | Subject: [PATCH] In autobuilder testing we regularly see glib-networking ptest |
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb index 5060d9fd7a..b080285b6e 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb | |||
| @@ -14,14 +14,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | |||
| 14 | SECTION = "libs" | 14 | SECTION = "libs" |
| 15 | DEPENDS = "glib-2.0-native glib-2.0" | 15 | DEPENDS = "glib-2.0-native glib-2.0" |
| 16 | 16 | ||
| 17 | SRC_URI[archive.sha256sum] = "e48f2ddbb049832cbb09230529c5e45daca9f0df0eda325f832f7379859bf09f" | 17 | SRC_URI[archive.sha256sum] = "d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf" |
| 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 |
| 21 | PACKAGECONFIG ??= "gnutls environment ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 21 | PACKAGECONFIG ??= "gnutls environment ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
| 22 | 22 | ||
| 23 | PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls" | 23 | PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls,ca-certificates" |
| 24 | PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl" | 24 | PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl,ca-certificates" |
| 25 | PACKAGECONFIG[environment] = "-Denvironment_proxy=enabled,-Denvironment_proxy=disabled" | 25 | PACKAGECONFIG[environment] = "-Denvironment_proxy=enabled,-Denvironment_proxy=disabled" |
| 26 | PACKAGECONFIG[libproxy] = "-Dlibproxy=enabled,-Dlibproxy=disabled,libproxy" | 26 | PACKAGECONFIG[libproxy] = "-Dlibproxy=enabled,-Dlibproxy=disabled,libproxy" |
| 27 | PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" | 27 | PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" |
