diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-04 15:41:13 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-04 15:41:28 +0100 |
commit | 2c4a52f99d1758386705e3027fa7e954096681c7 (patch) | |
tree | b8e48a6a004214957ddeccda2139292a31928504 /recipes/linux/linux_2.6.25.bb | |
parent | 9281fc0f1b1e013a20f95ebfe7206d34eeaaf10b (diff) |
linux: fix compulab_image dependency loop
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/linux/linux_2.6.25.bb')
-rw-r--r-- | recipes/linux/linux_2.6.25.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.25.bb b/recipes/linux/linux_2.6.25.bb index a89374a652..38e651b3ac 100644 --- a/recipes/linux/linux_2.6.25.bb +++ b/recipes/linux/linux_2.6.25.bb @@ -98,5 +98,5 @@ python do_compulab_image() { } -addtask compulab_image after do_deploy before do_package +addtask compulab_image after do_deploy before do_build |