From: Richard Purdie Date: Wed, 11 Nov 2009 22:09:48 +0000 (+0000) Subject: zaurus-updater: Fix task order for packaged-staging. PARALLEL_MAKE is pointless since... X-Git-Tag: Release-2010-05/1~1728^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98c4cef80ccac7e109e8479ac3902b6ef24ff16f;p=openembedded.git zaurus-updater: Fix task order for packaged-staging. PARALLEL_MAKE is pointless since we don't call make Signed-off-by: Richard Purdie --- diff --git a/recipes/zaurus-utils/zaurus-updater.bb b/recipes/zaurus-utils/zaurus-updater.bb index ab32d7fe29..62707a994d 100644 --- a/recipes/zaurus-utils/zaurus-updater.bb +++ b/recipes/zaurus-utils/zaurus-updater.bb @@ -34,5 +34,6 @@ do_deploy() { esac } -addtask deploy before do_build after do_compile -PARALLEL_MAKE = "" +# package_stagefile_shell need to run before populate_staging for packaged-staging +addtask deploy before do_populate_staging after do_compile +