bitbake-1.4/lib/bb/shell.py:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 1 May 2006 14:17:39 +0000 (14:17 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 1 May 2006 14:17:39 +0000 (14:17 +0000)
    -Well fix the if statement. mickeyl we have
     a SCM system, please remove dead code

lib/bb/shell.py

index de09f3b..93ad00d 100644 (file)
@@ -267,7 +267,7 @@ class BitBakeShellCommands:
         cooker.bb_cache.cacheValidUpdate(bbfile)
         fromCache = cooker.bb_cache.loadData(bbfile, cooker)
         cooker.bb_cache.sync()
-        if False #fromCache:
+        if False: #from Cache
             print "SHELL: File has not been updated, not reparsing"
         else:
             print "SHELL: Parsed"