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:
dd73ae6
)
define DEPENDS independently of IPKG_INSTALL, so rootfs_ipk.oeclass can append to...
author
Phil Blundell
<philb@gnu.org>
Sat, 31 Jul 2004 20:23:59 +0000
(20:23 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sat, 31 Jul 2004 20:23:59 +0000
(20:23 +0000)
BKrev: 410bffdfOiuIlHEUQqpFXT22rXVxCQ
meta/bootstrap-image.oe
patch
|
blob
|
history
diff --git
a/meta/bootstrap-image.oe
b/meta/bootstrap-image.oe
index
07e1d99
..
cd13145
100644
(file)
--- a/
meta/bootstrap-image.oe
+++ b/
meta/bootstrap-image.oe
@@
-2,6
+2,6
@@
export IMAGE_BASENAME = "bootstrap-image"
export IPKG_INSTALL = "task-bootstrap"
-DEPENDS = "
${IPKG_INSTALL}
"
+DEPENDS = "
task-bootstrap
"
inherit image_ipk