From 279f459aa08d210c132fe3e4b2f4508f70716fc4 Mon Sep 17 00:00:00 2001 From: Guo Hongruan Date: Sat, 23 Jan 2010 08:36:07 +0000 Subject: linux-storcenter: fix circular dependency between do_package and do_deploy * 'addtask deploy' sentence in linux-storcenter_2.6.27.7.bb conflicts with the same one in kernel.bbclass and causes circular dependency between do_package and do_deploy Signed-off-by: Guo Hongruan --- recipes/linux/linux-storcenter_2.6.27.7.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes') diff --git a/recipes/linux/linux-storcenter_2.6.27.7.bb b/recipes/linux/linux-storcenter_2.6.27.7.bb index b403cda2ab..e842ab7a6a 100644 --- a/recipes/linux/linux-storcenter_2.6.27.7.bb +++ b/recipes/linux/linux-storcenter_2.6.27.7.bb @@ -53,5 +53,3 @@ do_deploy() { } do_deploy[dirs] = "${S}" - -addtask deploy before do_package after do_install -- cgit 1.2.3-korg