package/python: fix sqlite3 extension without threads
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 12 Jul 2014 12:11:52 +0000 (14:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Jul 2014 17:16:50 +0000 (19:16 +0200)
commit85a016f5e17100999de884dc48473e52b0b67389
treea47f7e969fb367611e83be48045bb3b519f96eb6
parent95074ee8d2d8a901d7e5a3043659b4011a069c8e
package/python: fix sqlite3 extension without threads

Fix a compiler error when building the sqlite3 extension, when the
toolchain does not have threads.

Fixes:
        http://autobuild.buildroot.net/results/10f/10f268cd55f16ee53f4c5e17e1248b0a1820f6ea/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python/python-015-fix-sqlite-without-threads.patch [new file with mode: 0644]