git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d8140
)
task-openprotium.bb: Define missing DISTRO_SSH_DAEMON,DISTRO_DEV_MANAGER,DISTRO_INIT_...
author
Khem Raj
<raj.khem@gmail.com>
Sat, 28 Aug 2010 19:15:16 +0000
(12:15 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Wed, 1 Sep 2010 20:46:05 +0000
(13:46 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.co
recipes/tasks/task-openprotium.bb
patch
|
blob
|
history
diff --git
a/recipes/tasks/task-openprotium.bb
b/recipes/tasks/task-openprotium.bb
index
2cfe30d
..
1cfc740
100644
(file)
--- 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"