[OE-core] [PATCH 1/2] utility-tasks.bbclass: fix do_listtasks

Robert Yang liezhi.yang at windriver.com
Thu May 26 08:12:50 UTC 2016



On 05/25/2016 07:17 PM, Burton, Ross wrote:
>
> On 25 May 2016 at 10:23, Robert Yang <liezhi.yang at windriver.com
> <mailto:liezhi.yang at windriver.com>> wrote:
>
>     It lists deleted tasks which is unexpected, use __BBTASKS to fix the
>     problem since deltask() which is defined in bitbake/lib/bb/build.py
>     updates __BBTASKS correctly.
>
>
> Wouldn't an alternative be to change deltask so that it also remove the "task"
> flag from the variable?

The problem is, if we do:

d.delVarFlag(task, 'task')

Then maybe we should remove the whole task from d rather than only
remove the flags ?

// Robert

>
> Ross



More information about the Openembedded-core mailing list