mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +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:
|
if h in shellparsecache:
|
||||||
self.execs = shellparsecache[h].execs
|
self.execs = shellparsecache[h].execs
|
||||||
return
|
return self.execs
|
||||||
|
|
||||||
try:
|
try:
|
||||||
tokens, _ = pyshyacc.parse(value, eof=True, debug=False)
|
tokens, _ = pyshyacc.parse(value, eof=True, debug=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user