From 98c4cef80ccac7e109e8479ac3902b6ef24ff16f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 11 Nov 2009 22:09:48 +0000 Subject: [PATCH] zaurus-updater: Fix task order for packaged-staging. PARALLEL_MAKE is pointless since we don't call make Signed-off-by: Richard Purdie --- recipes/zaurus-utils/zaurus-updater.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 + -- 2.47.2