libssh: update to 0.6.3
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 15 May 2014 10:33:22 +0000 (12:33 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:38:20 +0000 (08:38 -0800)
(From meta-openembedded rev: 0e7630c31989bec8ac96261b72518f7b505bcdb7)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/libssh/libssh_0.6.3.bb [moved from meta-openembedded/meta-oe/recipes-support/libssh/libssh_git.bb with 79% similarity]

@@ -7,9 +7,8 @@ DEPENDS = "zlib openssl libgcrypt"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=388a4fb1dea8ceae0be78ba9b01fc139"
 
-PV = "0.5.5+gitr${SRCPV}"
-SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-5"
-SRCREV = "43914a5f07702fe292a968322d5ff2627e0431db"
+SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-6"
+SRCREV = "87145387aa12b720b52d6bc75b4dd6cd058c868a"
 S = "${WORKDIR}/git"
 
 EXTRA_OECMAKE = " \
@@ -26,3 +25,5 @@ do_configure_prepend () {
     sed -i -e '/add_subdirectory(examples)/s/^/#DONOTWANT/' ${S}/CMakeLists.txt \
         || bbfatal "Failed to disable examples"
 }
+
+FILES_${PN}-dev += "${libdir}/cmake"