mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 18:52:37 +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:
parent
e8ed1454ae
commit
453d8f49ac
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user