bitbake: codeparser: Increase cache version after code parser dependency changes

(Bitbake rev: 4d880f1d5794f569b6eb5f6e7e3001dd671633c0)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2016-05-18 23:20:42 +01:00
parent 1fb330bea6
commit 2970800a09
1 changed files with 1 additions and 1 deletions

View File

@ -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)