diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-04-18 23:47:31 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-04-18 23:47:31 +0200 |
commit | 9c6c2eca5fc3c3a556652181d0308be725a8ea81 (patch) | |
tree | d18bdc4aa1c82a115b0251b0ab1025c6216257ce /recipes/zaurus-updater | |
parent | 9053fb56b723999c4d1a0714ad5e825c00739d7b (diff) |
zaurus-updater: force PARALLEL_MAKE = ""
- fix do_stage error during rebuild from packaged-staging
Diffstat (limited to 'recipes/zaurus-updater')
-rw-r--r-- | recipes/zaurus-updater/zaurus-updater.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/zaurus-updater/zaurus-updater.bb b/recipes/zaurus-updater/zaurus-updater.bb index 6ed1c5fdd4..ab32d7fe29 100644 --- a/recipes/zaurus-updater/zaurus-updater.bb +++ b/recipes/zaurus-updater/zaurus-updater.bb @@ -35,3 +35,4 @@ do_deploy() { } addtask deploy before do_build after do_compile +PARALLEL_MAKE = "" |