[oe-commits] Klaus Kurzmann : shr.conf: use openssh as DISTRO_SSH_DAEMON

git version control git at git.openembedded.org
Mon Nov 30 08:48:05 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Nov 30 09:47:58 2009 +0100

shr.conf: use openssh as DISTRO_SSH_DAEMON

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/distro/shr.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 5b0b29a..2a33427 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -29,6 +29,8 @@ DISTRO_PR = ".4"
 DISTRO_TYPE = "debug"
 DISTRO = "shr"
 
+DISTRO_SSH_DAEMON = "openssh"
+
 #Generate locales on the buildsystem instead of on the target. Speeds up first boot, set to "1" to enable
 ENABLE_BINARY_LOCALE_GENERATION ?= "1"
 





More information about the Openembedded-commits mailing list