* [PATCH] image.bbclass: Add missing dependency on do_package data
@ 2012-11-16 15:33 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-11-16 15:33 UTC (permalink / raw)
To: openembedded-core
Since the packaging functions now reference the pkgdata files written out during
do_package, we need to reference this dependency explicitly.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index ab212b3..7b24e4e 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -84,6 +84,7 @@ LDCONFIGDEPEND_libc-uclibc = ""
do_rootfs[depends] += "makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ${LDCONFIGDEPEND}"
do_rootfs[depends] += "virtual/update-alternatives-native:do_populate_sysroot update-rc.d-native:do_populate_sysroot"
+do_rootfs[recrdeptask] += "do_package"
IMAGE_TYPE_live = '${@base_contains("IMAGE_FSTYPES", "live", "live", "empty", d)}'
inherit image-${IMAGE_TYPE_live}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-16 15:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 15:33 [PATCH] image.bbclass: Add missing dependency on do_package data Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox