aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuo Hongruan <camelguo@gmail.com>2010-01-23 08:36:07 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-28 14:21:44 +0100
commit279f459aa08d210c132fe3e4b2f4508f70716fc4 (patch)
treebf998fa278b5bb1b60e315885d55e44bbdd995fb
parent453627b85bccc472396296f2ff1ee1e725fa129f (diff)
downloadopenembedded-279f459aa08d210c132fe3e4b2f4508f70716fc4.tar.gz
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@gmail.com>
-rw-r--r--recipes/linux/linux-storcenter_2.6.27.7.bb2
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 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