diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-02-26 21:41:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-27 07:36:07 +0000 |
commit | ee1af30548a6ac3f243c9ee61f0988aa307c0c6b (patch) | |
tree | c92a1b207e4df112c856ad960b49d6abff6f921a /bitbake/lib/bb/cache_extra.py | |
parent | 87c6a5482f9042c7dd663078f7ebe5222649a547 (diff) | |
download | poky-ee1af30548a6ac3f243c9ee61f0988aa307c0c6b.tar.gz |
bitbake: toasterui: do not use transactions if the database autocommits
Some databases, notably the SQLite3 adapter, force autocommits even if
the autocommit is turned off. The behavious is tracked in this bug:
http://bugs.python.org/issue8145#msg109965
Django refuses to work with autocommit off in this case, so we have
to take the same precautions when using manual transaction support.
[YOCTO #7363]
[YOCTO #7365]
(Bitbake rev: 90231ab63a129fa344d461c2911898ea0f07f206)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/cache_extra.py')
0 files changed, 0 insertions, 0 deletions