* '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 <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
