From 67572c35f69f1233ba480887e72925e3d7f2c7f3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 14 Dec 2009 10:16:04 +0100 Subject: linux_2.6.23: move task compulab_image after do_package instead do_deploy * without this change there is dependency loop * do_deploy is now after do_package in kernel.bbclass * addtask after do_deploy before do_package is creating dependency loop Signed-off-by: Martin Jansa --- recipes/linux/linux_2.6.23.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes') diff --git a/recipes/linux/linux_2.6.23.bb b/recipes/linux/linux_2.6.23.bb index 65f400d6b6..a5367fda09 100644 --- a/recipes/linux/linux_2.6.23.bb +++ b/recipes/linux/linux_2.6.23.bb @@ -91,5 +91,5 @@ python do_compulab_image() { } -addtask compulab_image after do_deploy before do_package +addtask compulab_image after do_package before do_build -- cgit v1.2.3