[oe-commits] Guo Hongruan : linux-storcenter: fix circular dependency between do_package and do_deploy

git version control git at git.openembedded.org
Sun Jan 24 10:39:20 UTC 2010


Module: openembedded.git
Branch: holger/staging-branch
Commit: 339f8d864cdf0cf9718ef16b2395e169e46c2615
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=339f8d864cdf0cf9718ef16b2395e169e46c2615

Author: Guo Hongruan <camelguo at gmail.com>
Date:   Fri Jan 22 23:36:07 2010 +0000

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 <camelguo at 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





More information about the Openembedded-commits mailing list