All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-storcenter: fix circular dependency between do_package and do_deploy
@ 2010-01-23  9:36 Guo Hongruan
  2010-01-23  9:51 ` Holger Hans Peter Freyther
  0 siblings, 1 reply; 5+ messages in thread
From: Guo Hongruan @ 2010-01-23  9:36 UTC (permalink / raw)
  To: openembedded-devel

* '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 <camelguo@gmail.com>
---
 recipes/linux/linux-storcenter_2.6.27.7.bb |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-storcenter_2.6.27.7.bb b/recipes/linux/linux-storcenter_2.6.27.7.bb
index b403cda..e842ab7 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
-- 
1.5.4.3




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-01-23 10:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-23  9:36 [PATCH] linux-storcenter: fix circular dependency between do_package and do_deploy Guo Hongruan
2010-01-23  9:51 ` Holger Hans Peter Freyther
2010-01-23  9:55   ` Guo Hongruan
2010-01-23 10:10     ` Martin Jansa
2010-01-23 10:25       ` Guo Hongruan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.