]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bb.codeparser: track variable flag references
authorChristopher Larson <chris_larson@mentor.com>
Sat, 30 Apr 2016 19:52:45 +0000 (12:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 May 2016 22:21:07 +0000 (23:21 +0100)
commitbdeb3dcd7c92e62a7c079e7b27048c4114f24a3a
tree8108fc728d72509ff050e79444d7ac0a649db62c
parent72900522778b6ff08b135bf8bb97dff3f1a20bd9
bb.codeparser: track variable flag references

Previously we only tracked the flags (minus excluded) of variables we depend
on, but not the flags we use explicitly.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/codeparser.py