aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-16 15:33:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-19 15:18:05 +0000
commit1e9c9d164f8d12c8de205e04bf7c1dae3660f12a (patch)
treec814237b7b48d2b2a603d885d58ea76591991670 /meta/classes
parentb43faba37816817edc5240a139361d16e07c6131 (diff)
downloadopenembedded-core-contrib-1e9c9d164f8d12c8de205e04bf7c1dae3660f12a.tar.gz
image.bbclass: Add missing dependency on do_package data
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>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/image.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index ab212b3f0b..7b24e4e285 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}