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:
de3a545
)
angstrom-minimal-image: fix up for situation where the ssh daemon isn't defined in...
author
Koen Kooi
<koen@openembedded.org>
Mon, 30 Apr 2007 10:51:02 +0000
(10:51 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 30 Apr 2007 10:51:02 +0000
(10:51 +0000)
packages/images/angstrom-minimal-image.bb
patch
|
blob
|
history
diff --git
a/packages/images/angstrom-minimal-image.bb
b/packages/images/angstrom-minimal-image.bb
index
3b3f7a6
..
90f46a1
100644
(file)
--- a/
packages/images/angstrom-minimal-image.bb
+++ b/
packages/images/angstrom-minimal-image.bb
@@
-4,8
+4,12
@@
LICENSE = "MIT"
PR = "r0"
ANGSTROM_EXTRA_INSTALL ?= ""
+DISTRO_SSH_DAEMON ?= "dropbear"
+
+DEPENDS = "task-base \
+ ${DISTRO_SSH_DAEMON} \
+ "
-DEPENDS = "task-base"
RDEPENDS = "task-boot \
${DISTRO_SSH_DAEMON} \
"