summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-08-31 11:02:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-02 11:47:50 +0100
commit1fd22a4cd80567e832938323165aff070117d17a (patch)
treef538edaa6d759a5b9e5f147b8bdd1121b10c72ba /meta/recipes-core/glib-networking/glib-networking_2.76.1.bb
parent194979071242305649314809e94c4d4d61c3fc0b (diff)
downloadpoky-1fd22a4cd80567e832938323165aff070117d17a.tar.gz
glib-networking: enable build with GnuTLS if PKCS#11 was disabled
If GnuTLS is built without PKCS#11 support then glib-networking will fail to build the tests. Backport a patch to fix this issue. (From OE-Core rev: 6fd615ec2350d190b52784a0596c09cdaafec4bf) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-networking/glib-networking_2.76.1.bb')
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.76.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb
index 8e7290cdbb..66b6a78a53 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb
@@ -30,6 +30,7 @@ inherit gnomebase gettext upstream-version-is-even gio-module-cache ptest-gnome
30 30
31SRC_URI += "file://run-ptest" 31SRC_URI += "file://run-ptest"
32SRC_URI += "file://eagain.patch" 32SRC_URI += "file://eagain.patch"
33SRC_URI += "file://0001-tls-tests-disable-PKCS-11-tests-if-not-available.patch"
33 34
34FILES:${PN} += "\ 35FILES:${PN} += "\
35 ${libdir}/gio/modules/libgio*.so \ 36 ${libdir}/gio/modules/libgio*.so \