aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.22.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-04 15:41:13 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-04 15:41:28 +0100
commit2c4a52f99d1758386705e3027fa7e954096681c7 (patch)
treeb8e48a6a004214957ddeccda2139292a31928504 /recipes/linux/linux_2.6.22.bb
parent9281fc0f1b1e013a20f95ebfe7206d34eeaaf10b (diff)
downloadopenembedded-2c4a52f99d1758386705e3027fa7e954096681c7.tar.gz
linux: fix compulab_image dependency loop
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/linux/linux_2.6.22.bb')
-rw-r--r--recipes/linux/linux_2.6.22.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.22.bb b/recipes/linux/linux_2.6.22.bb
index 1e73139c5e..cd9a25c838 100644
--- a/recipes/linux/linux_2.6.22.bb
+++ b/recipes/linux/linux_2.6.22.bb
@@ -66,4 +66,4 @@ python do_compulab_image() {
os.symlink(img_file, link_file)
}
-addtask compulab_image after do_deploy before do_package
+addtask compulab_image after do_deploy before do_build