bitbake: refactor out codeparser cache into a separate class
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 May 2012 23:23:31 +0000 (00:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 May 2012 10:33:18 +0000 (11:33 +0100)
commit89d0c7cad297dd09c188d59209e0bae554189074
tree25a2a25a5054196d24367ac8c1e5f117496da40f
parent5143e99af098b69b1570cc8b1e3e6215d1ab589c
bitbake: refactor out codeparser cache into a separate class

We want to be able to reuse most this functionality for the file
checksum cache.

(Bitbake rev: 0fe3cb1438d297f90dd0fc6b26362ecbff75c76d)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cache.py
bitbake/lib/bb/codeparser.py