summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-03-06 19:02:55 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-06 08:41:13 -0800
commit4b7e4341327e867208bfc3d8ba1954af66641e60 (patch)
tree33da5b28f0188f1f438f5d461f57ce7f0f4dc1c3 /meta-oe/recipes-support/libssh
parent6f351de04e2eb900dcddb866013dd27923dc150a (diff)
downloadmeta-openembedded-4b7e4341327e867208bfc3d8ba1954af66641e60.tar.gz
libssh: upgrade 0.8.9 -> 0.10.4
ChangeLog: https://git.libssh.org/projects/libssh.git/tree/CHANGELOG?h=libssh-0.10.4 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libssh')
-rw-r--r--meta-oe/recipes-support/libssh/libssh_0.10.4.bb (renamed from meta-oe/recipes-support/libssh/libssh_0.8.9.bb)14
1 files changed, 3 insertions, 11 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh_0.8.9.bb b/meta-oe/recipes-support/libssh/libssh_0.10.4.bb
index c7e9c3320..3a57a728a 100644
--- a/meta-oe/recipes-support/libssh/libssh_0.8.9.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.10.4.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dabb4958b830e5df11d2b0ed8ea255a0"
6 6
7DEPENDS = "zlib openssl" 7DEPENDS = "zlib openssl"
8 8
9SRC_URI = "git://git.libssh.org/projects/libssh.git;protocol=https;branch=stable-0.8" 9SRC_URI = "git://git.libssh.org/projects/libssh.git;protocol=https;branch=stable-0.10"
10SRCREV = "04685a74df9ce1db1bc116a83a0da78b4f4fa1f8" 10SRCREV = "e8322817a9e5aaef0698d779ddd467a209a85d85"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
@@ -23,15 +23,7 @@ EXTRA_OECMAKE = " \
23 -DWITH_PCAP=1 \ 23 -DWITH_PCAP=1 \
24 -DWITH_SFTP=1 \ 24 -DWITH_SFTP=1 \
25 -DWITH_ZLIB=1 \ 25 -DWITH_ZLIB=1 \
26 -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ 26 -DWITH_EXAMPLES=0 \
27 " 27 "
28 28
29do_configure:prepend () {
30 # Disable building of examples
31 sed -i -e '/add_subdirectory(examples)/s/^/#DONOTWANT/' ${S}/CMakeLists.txt \
32 || bbfatal "Failed to disable examples"
33}
34
35TOOLCHAIN = "gcc"
36
37BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"