From: Klaus Kurzmann Date: Mon, 30 Nov 2009 08:45:24 +0000 (+0100) Subject: preferred-shr-versions.inc: specifically set an openssh version X-Git-Tag: Release-2010-05/1~1560 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1569f71674fc5f6d091227d9c17dfda2cdf8dc43;p=openembedded.git preferred-shr-versions.inc: specifically set an openssh version Signed-off-by: Klaus Kurzmann --- diff --git a/conf/distro/include/preferred-shr-versions.inc b/conf/distro/include/preferred-shr-versions.inc index b1948e8c02..b2962d8770 100644 --- a/conf/distro/include/preferred-shr-versions.inc +++ b/conf/distro/include/preferred-shr-versions.inc @@ -20,6 +20,11 @@ PREFERRED_VERSION_linux-libc-headers = "2.6.31" # now is EFL_SRCREV newer in sane-srcrevs.inc # EFL_SRCREV ?= "43898" +# specifically set an openssh version +# NOTE: whenever changing the version here make sure + to check we won't loose our specific config !!! +PREFERRED_VERSION_openssh = "5.2p1" + # upgrades used in Angstrom PREFERRED_VERSION_gtk+ = "2.18.3" PREFERRED_VERSION_hal = "0.5.13"