bitbake: codeparser: Fix to better catch all getVar references
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 May 2014 10:15:37 +0000 (11:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 May 2014 10:24:48 +0000 (11:24 +0100)
commitb4be3f311b51c2f27a1aa4f8371fde301dd43a17
tree1fc1bc45a01e88e3382fa7a299c07a2a14b71d71
parent12105bd33d8d4829695ddad8fd36789512adbee3
bitbake: codeparser: Fix to better catch all getVar references

Currently if you do localdata.getVar, the code parser simply ignores
the references. Change the code to use endswith() to catch more of the
references. These names are probably unique enough to get away with this.

Bump the cache version to ensure things get updated.

(Bitbake rev: cf763cddc3faa2361b4c4dbd08419e4ebabf208f)

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