[oe-commits] Richard Purdie : zaurus-updater: Fix task order for packaged-staging. PARALLEL_MAKE is pointless since we don't call make

git version control git at git.openembedded.org
Thu Nov 12 05:12:26 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 98c4cef80ccac7e109e8479ac3902b6ef24ff16f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=98c4cef80ccac7e109e8479ac3902b6ef24ff16f

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Wed Nov 11 22:09:48 2009 +0000

zaurus-updater: Fix task order for packaged-staging. PARALLEL_MAKE is pointless since we don't call make

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>

---

 recipes/zaurus-utils/zaurus-updater.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/zaurus-utils/zaurus-updater.bb b/recipes/zaurus-utils/zaurus-updater.bb
index ab32d7f..62707a9 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
+





More information about the Openembedded-commits mailing list