From 453d8f49ac0340ecef6429fe539d0e0febf5071a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 3 Sep 2010 16:05:30 +0100 Subject: bitbake/codeparser: Ensure cached sheel entries return the correct dependencies Signed-off-by: Richard Purdie --- bitbake/lib/bb/codeparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/codeparser.py b/bitbake/lib/bb/codeparser.py index faffe390d9..951bd47b88 100644 --- a/bitbake/lib/bb/codeparser.py +++ b/bitbake/lib/bb/codeparser.py @@ -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) -- cgit 1.2.3-korg