[oe-commits] Koen Kooi : libssh: update to 0.6.3

git at git.openembedded.org git at git.openembedded.org
Thu May 15 23:12:54 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 0e7630c31989bec8ac96261b72518f7b505bcdb7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0e7630c31989bec8ac96261b72518f7b505bcdb7

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu May 15 12:33:22 2014 +0200

libssh: update to 0.6.3

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/libssh/{libssh_git.bb => libssh_0.6.3.bb} | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/libssh/libssh_git.bb b/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
similarity index 79%
rename from meta-oe/recipes-support/libssh/libssh_git.bb
rename to meta-oe/recipes-support/libssh/libssh_0.6.3.bb
index 3f118a0..771a47a 100644
--- a/meta-oe/recipes-support/libssh/libssh_git.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
@@ -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"



More information about the Openembedded-commits mailing list