Use openssl for curl and pycurl on every image.

BugzID: 66530

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2020-11-18 11:39:55 +01:00 committed by Gitea
parent 98fd9c7e36
commit 5edad2a05a
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
PYCURL_SSL_LIBRARY_pn-pycurl = "openssl"
PACKAGECONFIG_append_pn-curl = " ssl"
PACKAGECONFIG_remove_pn-curl = "gnutls"

View File

@ -1,4 +1,5 @@
inherit += "externalgitsrc"
require include/tls-lib.inc
DISTRO = "netmodule-linux"
DISTRO_NAME = "NetModule Linux Distribution"

View File

@ -19,6 +19,7 @@ SRC_URI[sha256sum] = "6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21
inherit pypi
PYPI_PACKAGE = "pycurl"
PYCURL_SSL_LIBRARY ??= "openssl"
DEPENDS = "\
curl \