diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-05-03 12:01:04 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-03 16:15:09 +0100 |
commit | cd90be31571178d6822dba5a94a2795209a3576c (patch) | |
tree | 4f868eadf0649dffb93cf65989d985de44390606 /meta/recipes-gnome | |
parent | dc2de313febfc817640e4e55c75d0cb21c70c0ba (diff) | |
download | openembedded-core-cd90be31571178d6822dba5a94a2795209a3576c.tar.gz openembedded-core-cd90be31571178d6822dba5a94a2795209a3576c.tar.bz2 openembedded-core-cd90be31571178d6822dba5a94a2795209a3576c.zip |
archive-*-source.bbclass: have do_dumpdata_create_diff_gz task run before do_rootfs
do_rootfs[cleandirs] contains ${S} and, if do_rootfs task starts before
the do_dumpdata_create_diff_gz is finished, an error will occur in the
process because the directory will be removed while still needed by the
create_diff_gz() function.
This patch will force the do_dumpdata_create_diff_gz task to run before
do_rootfs when the final image is created.
[YOCTO #4310]
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
0 files changed, 0 insertions, 0 deletions