]> code.ossystems Code Review - openembedded-core.git/commit
cache: don't write out the cache unnecessarily
authorChris Larson <chris_larson@mentor.com>
Wed, 17 Nov 2010 04:55:19 +0000 (21:55 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:42 +0000 (14:46 +0000)
commit570bec37a898fb502d166a22f20bdb1da8c21c38
tree12d8d8ecee4a27172a33b95dffb1682e38bae7af
parentacca3440579b5d5149bc951b6c6edafc018f45be
cache: don't write out the cache unnecessarily

If the only recipes's we reparsed this run were those flagged as not to be
cached, there's no point in re-saving the cache, as those items won't be
included anyway.

(Bitbake rev: 1e0c4dbcbec886a30b89f8b4bb365c3c927ef609)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/cache.py