[oe-commits] Martin Jansa : libssh: Fix branch param and set PV in recipe

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 07:46:27 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jan  1 13:26:11 2014 +0100

libssh: Fix branch param and set PV in recipe

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/libssh/{libssh_0.5.5.bb => libssh_git.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libssh/libssh_0.5.5.bb b/meta-oe/recipes-support/libssh/libssh_git.bb
similarity index 89%
rename from meta-oe/recipes-support/libssh/libssh_0.5.5.bb
rename to meta-oe/recipes-support/libssh/libssh_git.bb
index fa25119..73b9ec1 100644
--- a/meta-oe/recipes-support/libssh/libssh_0.5.5.bb
+++ b/meta-oe/recipes-support/libssh/libssh_git.bb
@@ -7,7 +7,8 @@ DEPENDS = "zlib openssl libgcrypt"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=388a4fb1dea8ceae0be78ba9b01fc139"
 
-SRC_URI = "git://git.libssh.org/projects/libssh.git"
+PV = "0.5.5+gitr${SRCPV}"
+SRC_URI = "git://git.libssh.org/projects/libssh.git;branch=v0-5"
 SRCREV = "43914a5f07702fe292a968322d5ff2627e0431db"
 S = "${WORKDIR}/git"
 



More information about the Openembedded-commits mailing list