summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-01-15 22:03:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-20 16:47:49 +0000
commit3c5f108001d14074f9ac0658f4fb780bbdc9be7b (patch)
treecf763bfbfa2cd4b314add74ddf8cddfe907eb057 /bitbake/bin
parent7a8bae92ed18f5e79e4a982c226ec94e197587e8 (diff)
downloadpoky-3c5f108001d14074f9ac0658f4fb780bbdc9be7b.tar.gz
prserv: fix import of sqlite3
* this is used in all other bitbake parts where sqlite3 is used, don't know why it wasn't used here, but it fails e.g. on Gentoo Traceback (most recent call last): File "bin/bitbake", line 39, in <module> from bb import cooker File "lib/bb/cooker.py", line 39, in <module> import prserv.serv File "lib/prserv/serv.py", line 4, in <module> import xmlrpclib,sqlite3 ImportError: No module named sqlite3 (Bitbake rev: 9a57ec705cf5c932d8c2a35852db7a4627c57937) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
0 files changed, 0 insertions, 0 deletions