bitbake: codeparser: Fix var_execs to append to execs, not references
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Feb 2014 17:38:15 +0000 (17:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Mar 2014 17:25:29 +0000 (17:25 +0000)
commit52d76f01c02c06ae9c0ad23cd21211b4cf0c48b5
tree115b2563ed1d388fbd833e752cdb6d5ce9c52258
parenteb217324966a8fdd9793d3f65cd7f16cd7a4e619
bitbake: codeparser: Fix var_execs to append to execs, not references

When using the "execs" information in new code, it became clear that
the returned data was incorrect and there were missing exec'd functions.
This corrects the error and changes one of the test results to match
the correct behaviour.

(Bitbake rev: 8a24f2d3b735bbc59ca4a09670cabbadb1868c1a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/codeparser.py
bitbake/lib/bb/tests/codeparser.py