aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython/no_legacy_berkeley_db.patch
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2020-01-16 21:29:23 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-16 23:07:21 +0100
commit8627a020f402c8f7ae786f567ee1c50a2d857baa (patch)
tree6028b79d60dfeca0ea729b111a577081633aeab8 /testing/micropython/no_legacy_berkeley_db.patch
parent964540779dc38f30266b1128c3fcb32a9f40ce41 (diff)
downloadaports-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.patch11
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