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:
d9e33b0
)
define DEPENDS in terms of IPKG_INSTALL, not vice versa - patch courtesy pb_.
author
Michael Lauer
<mickey@vanille-media.de>
Sat, 8 May 2004 23:52:56 +0000
(23:52 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sat, 8 May 2004 23:52:56 +0000
(23:52 +0000)
BKrev: 409d72d8DRrctp0kzKnvRZXy5k8SKw
meta/bootstrap-image.oe
patch
|
blob
|
history
diff --git
a/meta/bootstrap-image.oe
b/meta/bootstrap-image.oe
index
e69de29
..
07e1d99
100644
(file)
--- a/
meta/bootstrap-image.oe
+++ b/
meta/bootstrap-image.oe
@@
-0,0
+1,7
@@
+export IMAGE_BASENAME = "bootstrap-image"
+
+export IPKG_INSTALL = "task-bootstrap"
+
+DEPENDS = "${IPKG_INSTALL}"
+
+inherit image_ipk