1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
+1 -1
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)