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:
3d1cc5f
)
angstrom-minimal-image: drop DEPENDS On task-base
author
Koen Kooi
<koen@openembedded.org>
Sun, 10 Jun 2007 13:16:17 +0000
(13:16 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 10 Jun 2007 13:16:17 +0000
(13:16 +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
90f46a1
..
c79bff2
100644
(file)
--- a/
packages/images/angstrom-minimal-image.bb
+++ b/
packages/images/angstrom-minimal-image.bb
@@
-1,15
+1,11
@@
#Angstrom minimalist image
#gives you a small images with ssh access
LICENSE = "MIT"
-PR = "r
0
"
+PR = "r
1
"
ANGSTROM_EXTRA_INSTALL ?= ""
DISTRO_SSH_DAEMON ?= "dropbear"
-DEPENDS = "task-base \
- ${DISTRO_SSH_DAEMON} \
- "
-
RDEPENDS = "task-boot \
${DISTRO_SSH_DAEMON} \
"