mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user