From: Koen Kooi Date: Fri, 7 May 2010 12:27:46 +0000 (+0200) Subject: git: add ssh to recommends X-Git-Tag: sz_173~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff689ba23727683c165c68c19ebc2d04fa0ed0cc;p=openembedded.git git: add ssh to recommends --- diff --git a/recipes/git/git_1.7.0.2.bb b/recipes/git/git_1.7.0.2.bb index 40052bb742..e5a2c13b04 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"