[oe-commits] Koen Kooi : git: add ssh to recommends

git version control git at git.openembedded.org
Fri May 7 12:29:34 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c302f739d40c7caa399af1b8d0c6724ac0d5cda2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c302f739d40c7caa399af1b8d0c6724ac0d5cda2

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri May  7 14:27:46 2010 +0200

git: add ssh to recommends

---

 recipes/git/git_1.7.0.2.bb |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/git/git_1.7.0.2.bb b/recipes/git/git_1.7.0.2.bb
index 40052bb..e5a2c13 100644
--- a/recipes/git/git_1.7.0.2.bb
+++ b/recipes/git/git_1.7.0.2.bb
@@ -7,7 +7,11 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes"
 
 
 DEPENDS = "openssl curl zlib expat"
-RDEPENDS = "perl perl-module-file-path cpio findutils sed"
-PR = "r4"
+RDEPENDS_${PN} = "perl perl-module-file-path cpio findutils sed"
+
+# Dropbear ssh needs a wrapper script, so install openssh-ssh to make it work out of the box
+RRECOMMENDS_${PN} = "openssh-ssh"
+
+PR = "r5"
 
 FILES_${PN}-dbg += "${libexecdir}/git-core/.debug"





More information about the Openembedded-commits mailing list