mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
glib-networking: Prefer openssl backend instead of gnutls
Change the defaults to use openSSL (From OE-Core rev: e63a422a407ed941a0d31522a8016d4c784bd87b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -11,7 +11,7 @@ DEPENDS = "glib-2.0"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "c5d7be2437fdd196eebfb70c4517b96d3ba7ec13bd496318b8f02dea383e0099"
|
||||
|
||||
PACKAGECONFIG ??= "gnutls ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
|
||||
PACKAGECONFIG ??= "openssl ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
|
||||
|
||||
PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls"
|
||||
PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl"
|
||||
|
||||
Reference in New Issue
Block a user