diff options
author | Marian Buschsieweke <marian.buschsieweke@ovgu.de> | 2020-01-16 21:29:23 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-16 23:07:21 +0100 |
commit | 8627a020f402c8f7ae786f567ee1c50a2d857baa (patch) | |
tree | 6028b79d60dfeca0ea729b111a577081633aeab8 /testing/micropython/no_legacy_berkeley_db.patch | |
parent | 964540779dc38f30266b1128c3fcb32a9f40ce41 (diff) | |
download | aports-8627a020f402c8f7ae786f567ee1c50a2d857baa.tar.bz2 aports-8627a020f402c8f7ae786f567ee1c50a2d857baa.tar.xz |
testing/micropython: upgrade to 1.12
Also: Re-enable aarch64, x86, s390x
Diffstat (limited to 'testing/micropython/no_legacy_berkeley_db.patch')
-rw-r--r-- | testing/micropython/no_legacy_berkeley_db.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/micropython/no_legacy_berkeley_db.patch b/testing/micropython/no_legacy_berkeley_db.patch new file mode 100644 index 0000000000..56880b6406 --- /dev/null +++ b/testing/micropython/no_legacy_berkeley_db.patch @@ -0,0 +1,11 @@ +--- micropython-1.12-orig/ports/unix/mpconfigport.mk ++++ micropython-1.12/ports/unix/mpconfigport.mk +@@ -9,7 +9,7 @@ + MICROPY_USE_READLINE = 1 + + # btree module using Berkeley DB 1.xx +-MICROPY_PY_BTREE = 1 ++MICROPY_PY_BTREE = 0 + + # _thread module using pthreads + MICROPY_PY_THREAD = 1 |