bitbake: codeparser: Track appendVar and prependVar calls as we do for getVar
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 21:57:36 +0000 (21:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2013 12:12:35 +0000 (12:12 +0000)
commit002f4537530b2934e85cdef2107c0de48b853132
tree051eb29b887acb781a45b8ba5c5a9f30bc327d84
parent85509533c99063079f7e12538c53dc7f775c7b8c
bitbake: codeparser: Track appendVar and prependVar calls as we do for getVar

We need to track appendVar and prependVar calls just as we do for getVar in order
to ensure we're not missing variable dependencies.

(Bitbake rev: 767b4751232f4ee3979deb4d3f733fcf9ee2bd44)

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