zaurus-updater: Add deploy before populate_staging

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4016 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-03-16 11:42:24 +00:00
parent 2d849a9c73
commit 45bed459d5
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ do_deploy() {
esac
}
addtask deploy before do_build after do_compile
addtask deploy before do_populate_staging after do_compile