Re: [OE-core] Custom tasks not running when dependency changes version

2013-05-03 Thread Daniel Lazzari
> -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Friday, May 03, 2013 8:26 AM > To: Daniel Lazzari > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] Custom tasks not running when dependency changes >

Re: [OE-core] Custom tasks not running when dependency changes version

2013-05-03 Thread Richard Purdie
On Sun, 2013-04-28 at 01:14 +, Daniel Lazzari wrote: > I've got a weird issue that I just can't seem to figure out and need some > help on. In our custom layer we have a bbclass that has 2 custom tasks, like > so: > > addtask complete_metadata after do_package before do_package_write > addta

[OE-core] Custom tasks not running when dependency changes version

2013-04-27 Thread Daniel Lazzari
I've got a weird issue that I just can't seem to figure out and need some help on. In our custom layer we have a bbclass that has 2 custom tasks, like so: addtask complete_metadata after do_package before do_package_write addtask create_other_package after do_package_write before do_build Now th