* [PATCH] build-appliance-image: Add explict dependency on do_unpack
@ 2012-11-22 21:37 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-11-22 21:37 UTC (permalink / raw)
To: openembedded-core
The code called by do_rootfs explicitly needs the code obtained during
do_unpack. If built from sstate, it might not be present so we ensure
it is by adding an explicit dependency. This fixes build failures when
building from sstate.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb
index 80cbbec..47be541 100644
--- a/meta/recipes-core/images/build-appliance-image.bb
+++ b/meta/recipes-core/images/build-appliance-image.bb
@@ -68,6 +68,8 @@ fakeroot do_populate_poky_src () {
IMAGE_PREPROCESS_COMMAND += "do_populate_poky_src; "
+addtask rootfs after do_unpack
+
python () {
# Ensure we run these usually noexec tasks
d.delVarFlag("do_fetch", "noexec")
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-22 21:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 21:37 [PATCH] build-appliance-image: Add explict dependency on do_unpack Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox