[oe] [PATCH] linux-storcenter: fix circular dependency between do_package and do_deploy

Martin Jansa martin.jansa at gmail.com
Sat Jan 23 10:10:47 UTC 2010


On Sat, Jan 23, 2010 at 05:55:54PM +0800, Guo Hongruan wrote:
> Yes, I did.
> 
> the same question exists in
> recipes/linux/gumstix-linux.inc|72| addtask deploy before do_package
> after do_install
> which may cause circular dependency too.

But if you just remove that line, the custom do_deploy task won't be
used at all IIRC.. so proper fix would be to adjust after and before
like in a55e9a527a8c9823044196d031f2da2783ff8f35 and then
bc2bddb71d8c5db25b80aa6435392ec1c8df39f9

Probably:
addtask deploy before do_build after do_package

but please check
before do_build was needed to force it run at all (for -c build)
after do_package was used, because we're packing already stripped
modules to modules.tgz and we needed to have packages-split already
populated.

Regards,

-- 
uin:136542059                jid:Martin.Jansa at gmail.com
Jansa Martin                 sip:jamasip at voip.wengo.fr 
JaMa                         




More information about the Openembedded-devel mailing list