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-05-04 22:57:50 +0100
commit5cde220103874fa92949e3211bf50620d319458f (patch)
treeb53917bd31a8a91974f1a250a9f15b2c1ef7b0bd /meta/recipes-support/libssh2/libssh2_1.9.0.bb
parent80c76a82ec29d585fff9da914a4c5ff9279bd8cc (diff)
downloadpoky-5cde220103874fa92949e3211bf50620d319458f.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: d70cf4cd57d61f7db7179673b211e631c944e0e6) Signed-off-by: Stefan Ghinea <stefan.ghinea@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2bb146e7315f8080cb49a95212231ccb76a4a822) Signed-off-by: Anuj Mittal <anuj.mittal@intel.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"