]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-nokia800.inc: Ensure deploy and populate_staging don't run at the same time
authorRichard Purdie <richard@openedhand.com>
Mon, 17 Sep 2007 08:16:44 +0000 (08:16 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 17 Sep 2007 08:16:44 +0000 (08:16 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2740 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux/linux-nokia800.inc

index 3f1b64ebef542290f08b6553aa6cefdda58be197..65dc85478ba271a3f81baf59a160b922a11d5733 100644 (file)
@@ -42,4 +42,4 @@ do_deploy() {
 
 do_deploy[dirs] = "${S}"
 
-addtask deploy before do_build after do_install
+addtask deploy before do_populate_staging after do_install