]> code.ossystems Code Review - openembedded-core.git/commit
persist_data: handle locked db for SELECT
authorChris Larson <chris_larson@mentor.com>
Thu, 18 Nov 2010 17:54:10 +0000 (10:54 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:39 +0000 (14:46 +0000)
commit3a2176fe7383278503dcf732d98e10c520b29935
treef676d8e8a78397507bb3929b6487b8706414623e
parentf56525836847fbba9096d795f9b396637d1e80a9
persist_data: handle locked db for SELECT

Parallel processes interacting with the persist_data db can quite easily
explode without this.

(Bitbake rev: b3d5432cff0ff28f4c8a5bcf10efa3e383b4fd4d)

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