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.8.8.bb (renamed from meta-oe/recipes-support/libssh/libssh_0.8.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh_0.8.4.bb b/meta-oe/recipes-support/libssh/libssh_0.8.8.bb
index 6040ec959..1952a8f2a 100644
--- a/meta-oe/recipes-support/libssh/libssh_0.8.4.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.8.8.bb
@@ -2,12 +2,12 @@ SUMMARY = "Multiplatform C library implementing the SSHv2 and SSHv1 protocol"
2HOMEPAGE = "http://www.libssh.org" 2HOMEPAGE = "http://www.libssh.org"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "LGPLv2.1" 4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=388a4fb1dea8ceae0be78ba9b01fc139" 5LIC_FILES_CHKSUM = "file://COPYING;md5=dabb4958b830e5df11d2b0ed8ea255a0"
6 6
7DEPENDS = "zlib openssl libgcrypt" 7DEPENDS = "zlib openssl libgcrypt"
8 8
9SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=stable-0.8" 9SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=stable-0.8"
10SRCREV = "789df0b7d0c7abd6b85db9fc5247e146e3d4ddba" 10SRCREV = "7850307210590a9a1b03ab0273d29b3926a974c5"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13