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:
parent
98fd9c7e36
commit
5edad2a05a
|
|
@ -0,0 +1,3 @@
|
|||
PYCURL_SSL_LIBRARY_pn-pycurl = "openssl"
|
||||
PACKAGECONFIG_append_pn-curl = " ssl"
|
||||
PACKAGECONFIG_remove_pn-curl = "gnutls"
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
inherit += "externalgitsrc"
|
||||
require include/tls-lib.inc
|
||||
|
||||
DISTRO = "netmodule-linux"
|
||||
DISTRO_NAME = "NetModule Linux Distribution"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ SRC_URI[sha256sum] = "6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21
|
|||
inherit pypi
|
||||
|
||||
PYPI_PACKAGE = "pycurl"
|
||||
PYCURL_SSL_LIBRARY ??= "openssl"
|
||||
|
||||
DEPENDS = "\
|
||||
curl \
|
||||
|
|
|
|||
Loading…
Reference in New Issue