summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-02-02 18:48:16 -0800
committerKhem Raj <raj.khem@gmail.com>2021-02-02 18:50:06 -0800
commitb24ef04aea800bffb23bd3b2fe10ee03806e1f9c (patch)
tree4e85496a945c3b3d96feb12369948b207d346f58 /meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb
parente200c00f0a443fbdbfb54b1c20955a1e35463af8 (diff)
downloadmeta-openembedded-b24ef04aea800bffb23bd3b2fe10ee03806e1f9c.tar.gz
libssh2: Fix build with autoconf 2.70+
Fixes configure.ac:130: error: m4_undefine: undefined macro: backend Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb')
-rw-r--r--meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb b/meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb
index 4a5a05060c..0b8ccbd217 100644
--- a/meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c5cf34fc0acb44b082ef50ef5e4354ca"
9 9
10SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz \ 10SRC_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://run-ptest \ 13 file://run-ptest \
13" 14"
14 15