bitbake/codeparser: Ensure cached sheel entries return the correct dependencies

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-09-03 16:05:30 +01:00
parent e8ed1454ae
commit 453d8f49ac

View File

@@ -206,7 +206,7 @@ class ShellParser():
if h in shellparsecache:
self.execs = shellparsecache[h].execs
return
return self.execs
try:
tokens, _ = pyshyacc.parse(value, eof=True, debug=False)