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:
5c9df28
)
image_ipkg.bbclass: Fix image task dependencies after packaging updates
author
Richard Purdie
<rpurdie@rpsys.net>
Fri, 20 Oct 2006 22:41:16 +0000
(22:41 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Fri, 20 Oct 2006 22:41:16 +0000
(22:41 +0000)
classes/image_ipk.bbclass
patch
|
blob
|
history
diff --git
a/classes/image_ipk.bbclass
b/classes/image_ipk.bbclass
index
83e9acf
..
2beb137
100644
(file)
--- a/
classes/image_ipk.bbclass
+++ b/
classes/image_ipk.bbclass
@@
-2,7
+2,7
@@
inherit rootfs_ipk
# We need to recursively follow RDEPENDS and RRECOMMENDS for images
BUILD_ALL_DEPS = "1"
-do_rootfs[recrdeptask] = "do_package"
+do_rootfs[recrdeptask] = "do_package
_write
"
# Images are generally built explicitly, do not need to be part of world.
EXCLUDE_FROM_WORLD = "1"