[OE-core] Ensuring a task is re-ran when local.conf is updated

Burton, Ross ross.burton at intel.com
Sat May 3 09:03:48 UTC 2014


On 2 May 2014 23:07, Richard Purdie <richard.purdie at linuxfoundation.org> wrote:
> It may well do and I've realised the issue:
>
> codeparser.py:
> class PythonParser():
>     getvars = ("d.getVar", "bb.data.getVar", "data.getVar", "d.appendVar", "d.prependVar")
>
> we probably need to change this to an .endswith(".getVar", ".appendVar",
> ".prependVar") type check...

Could this be the root-cause of so many instances where we've had to
add explicit hints that variables should be added to the hash?

Ross



More information about the Openembedded-core mailing list