[oe] [PATCH 22/23] task-openprotium.bb: Define missing DISTRO_SSH_DAEMON, DISTRO_DEV_MANAGER, DISTRO_INIT_MANAGER, DISTRO_LOGIN_MANAGER

Khem Raj raj.khem at gmail.com
Sat Aug 28 20:24:32 UTC 2010


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes/tasks/task-openprotium.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/tasks/task-openprotium.bb b/recipes/tasks/task-openprotium.bb
index 2cfe30d..1cfc740 100644
--- a/recipes/tasks/task-openprotium.bb
+++ b/recipes/tasks/task-openprotium.bb
@@ -4,7 +4,10 @@ ALLOW_EMPTY = "1"
 PR = "r3"
 
 inherit task
-
+DISTRO_SSH_DAEMON ?= "dropbear"
+DISTRO_DEV_MANAGER ?= ""
+DISTRO_INIT_MANAGER ?= ""
+DISTRO_LOGIN_MANAGER ?= ""
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 # be sure to build the kernel:
 DEPENDS = "virtual/kernel"
-- 
1.7.1





More information about the Openembedded-devel mailing list