[gnome-continuous-yocto/gnomeostree-3.28-rocko: 396/8267] bitbake: codeparser: Increase cache version after code parser dependency changes



commit 2970800a09eb440c73ba1ff88467d0292433e424
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Wed May 18 23:20:42 2016 +0100

    bitbake: codeparser: Increase cache version after code parser dependency changes
    
    (Bitbake rev: 4d880f1d5794f569b6eb5f6e7e3001dd671633c0)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 bitbake/lib/bb/codeparser.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bitbake/lib/bb/codeparser.py b/bitbake/lib/bb/codeparser.py
index 2980510..70b0a8d 100644
--- a/bitbake/lib/bb/codeparser.py
+++ b/bitbake/lib/bb/codeparser.py
@@ -117,7 +117,7 @@ class shellCacheLine(object):
 
 class CodeParserCache(MultiProcessCache):
     cache_file_name = "bb_codeparser.dat"
-    CACHE_VERSION = 7
+    CACHE_VERSION = 8
 
     def __init__(self):
         MultiProcessCache.__init__(self)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]