summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libssh2/libssh2_1.9.0.bb
diff options
context:
space:
mode:
authorStefan Ghinea <stefan.ghinea@windriver.com>2021-04-23 20:18:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-24 17:53:05 +0100
commit01bd2843392160c4656ad6ee6cc12c40c06631fb (patch)
tree4beef37d5d3819e2f67b2165f9bd9b710f2c6f95 /meta/recipes-support/libssh2/libssh2_1.9.0.bb
parent35d6da6fe5410419fd2f7028073aa41b05c0c984 (diff)
downloadpoky-01bd2843392160c4656ad6ee6cc12c40c06631fb.tar.gz
libssh2: fix build failure with option no-ecdsa
libssh2 fails at do_compile if DEPRECATED_CRYPTO_FLAGS = "no-ecdsa" is set in recipe: ../src/.libs/libssh2.so: undefined reference to `LIBSSH2_KEX_METHOD_EC_SHA_HASH_CREATE_VERIFY' References: https://github.com/libssh2/libssh2/issues/549 Upstream patches: https://github.com/libssh2/libssh2/commit/1f76151c92e1b52e9c24ebf06adc77fbd6c062bc (From OE-Core rev: 2bb146e7315f8080cb49a95212231ccb76a4a822) Signed-off-by: Stefan Ghinea <stefan.ghinea@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libssh2/libssh2_1.9.0.bb')
-rw-r--r--meta/recipes-support/libssh2/libssh2_1.9.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libssh2/libssh2_1.9.0.bb b/meta/recipes-support/libssh2/libssh2_1.9.0.bb
index 0b8ccbd217..a5451628e7 100644
--- a/meta/recipes-support/libssh2/libssh2_1.9.0.bb
+++ b/meta/recipes-support/libssh2/libssh2_1.9.0.bb
@@ -11,6 +11,7 @@ SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz \
11 file://CVE-2019-17498.patch \ 11 file://CVE-2019-17498.patch \
12 file://0001-configure-Conditionally-undefine-backend-m4-macro.patch \ 12 file://0001-configure-Conditionally-undefine-backend-m4-macro.patch \
13 file://run-ptest \ 13 file://run-ptest \
14 file://0001-kex.c-move-EC-macro-outside-of-if-check-549-550.patch \
14" 15"
15 16
16SRC_URI_append_ptest = " file://0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch" 17SRC_URI_append_ptest = " file://0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch"