summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libssh')
-rw-r--r--meta-oe/recipes-support/libssh/libssh_0.7.1.bb (renamed from meta-oe/recipes-support/libssh/libssh_git.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh_git.bb b/meta-oe/recipes-support/libssh/libssh_0.7.1.bb
index 47fb39a5b..371e1abbb 100644
--- a/meta-oe/recipes-support/libssh/libssh_git.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.7.1.bb
@@ -7,17 +7,16 @@ DEPENDS = "zlib openssl libgcrypt"
7LICENSE = "LGPLv2.1" 7LICENSE = "LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=388a4fb1dea8ceae0be78ba9b01fc139" 8LIC_FILES_CHKSUM = "file://COPYING;md5=388a4fb1dea8ceae0be78ba9b01fc139"
9 9
10SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-6" 10SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-7"
11SRCREV = "3880a8ed80a4b1e2c052bd62f328bba2f869d5ae" 11SRCREV = "053f72c671a83b32238dc01b56a66752fb15b7ec"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14PV = "0.6.4+git${SRCPV}"
15
16EXTRA_OECMAKE = " \ 14EXTRA_OECMAKE = " \
17 -DWITH_GCRYPT=1 \ 15 -DWITH_GCRYPT=1 \
18 -DWITH_PCAP=1 \ 16 -DWITH_PCAP=1 \
19 -DWITH_SFTP=1 \ 17 -DWITH_SFTP=1 \
20 -DWITH_ZLIB=1 \ 18 -DWITH_ZLIB=1 \
19 -DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')} \
21 " 20 "
22 21
23PACKAGECONFIG ??="" 22PACKAGECONFIG ??=""