[oe-commits] [bitbake] 04/04: codeparser: Increase cache version after code parser dependency changes

git at git.openembedded.org git at git.openembedded.org
Wed May 18 22:25:25 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 4d880f1d5794f569b6eb5f6e7e3001dd671633c0
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed May 18 23:20:42 2016 +0100

    codeparser: Increase cache version after code parser dependency changes
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/codeparser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/codeparser.py b/lib/bb/codeparser.py
index 2980510..70b0a8d 100644
--- a/lib/bb/codeparser.py
+++ b/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)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list