]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerChris Larson <chris_larson@mentor.com>
Thu, 18 Nov 2010 18:02:25 +0000 (11:02 -0700)
commitb3d5432cff0ff28f4c8a5bcf10efa3e383b4fd4d
treee7e4a3fa25adf152e8a6940317943b2a651b4607
parent5b85de2c71973ba490b95a5d9ab634635f395142
persist_data: handle locked db for SELECT

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

Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/bb/persist_data.py