diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-17 08:16:44 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-17 08:16:44 +0000 |
commit | 48d9843e3c96e7af4923bbd2ee3e33e6eee45765 (patch) | |
tree | 24e78bdcf0c2726a0e052fda0e199aa0e486dea4 | |
parent | e1966bc451f49f1f1eddb79fe8619ec78735154a (diff) | |
download | poky-48d9843e3c96e7af4923bbd2ee3e33e6eee45765.tar.gz |
linux-nokia800.inc: Ensure deploy and populate_staging don't run at the same time
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2740 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/linux/linux-nokia800.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-nokia800.inc b/meta/packages/linux/linux-nokia800.inc index 3f1b64ebef..65dc85478b 100644 --- a/meta/packages/linux/linux-nokia800.inc +++ b/meta/packages/linux/linux-nokia800.inc | |||
@@ -42,4 +42,4 @@ do_deploy() { | |||
42 | 42 | ||
43 | do_deploy[dirs] = "${S}" | 43 | do_deploy[dirs] = "${S}" |
44 | 44 | ||
45 | addtask deploy before do_build after do_install | 45 | addtask deploy before do_populate_staging after do_install |