aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2022-01-24 02:34:18 +0800
committerRosen Penev <rosenp@gmail.com>2022-01-24 15:43:39 -0800
commitaf341cd76e05c8aced9519b6f38eadd0f9741816 (patch)
tree7ead311fd0696364c3a5aa7d8ed4eb0874f50cc2
parent029b37aad0e2a72f58c28aaa89cb3ca339be32d3 (diff)
micropython: Update to 1.18, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
-rw-r--r--lang/python/micropython/Makefile4
-rw-r--r--lang/python/micropython/patches/000-Makefile-no-errors.patch2
-rw-r--r--lang/python/micropython/patches/030-target-no-darwin.patch2
3 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/micropython/Makefile b/lang/python/micropython/Makefile
index b5dccf483..e63f93f4b 100644
--- a/lang/python/micropython/Makefile
+++ b/lang/python/micropython/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=micropython
-PKG_VERSION:=1.17
+PKG_VERSION:=1.18
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/micropython/micropython/releases/download/v$(PKG_VERSION)
-PKG_HASH:=e322f915cee784de0f8614779cdb88fce175956975b3864e2d1898a53638a2f7
+PKG_HASH:=96fc71b42ed331c64e1adc5a830ec4f29f2975c23e8751109c03f32b80fa3eb4
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_LICENSE:=MIT
diff --git a/lang/python/micropython/patches/000-Makefile-no-errors.patch b/lang/python/micropython/patches/000-Makefile-no-errors.patch
index 4ecd2e6ae..a32ee2903 100644
--- a/lang/python/micropython/patches/000-Makefile-no-errors.patch
+++ b/lang/python/micropython/patches/000-Makefile-no-errors.patch
@@ -1,6 +1,6 @@
--- a/ports/unix/Makefile
+++ b/ports/unix/Makefile
-@@ -38,7 +38,7 @@ INC += -I$(TOP)
+@@ -36,7 +36,7 @@ INC += -I$(TOP)
INC += -I$(BUILD)
# compiler settings
diff --git a/lang/python/micropython/patches/030-target-no-darwin.patch b/lang/python/micropython/patches/030-target-no-darwin.patch
index c0b858d5f..b814c998e 100644
--- a/lang/python/micropython/patches/030-target-no-darwin.patch
+++ b/lang/python/micropython/patches/030-target-no-darwin.patch
@@ -1,6 +1,6 @@
--- a/ports/unix/Makefile
+++ b/ports/unix/Makefile
-@@ -26,7 +26,7 @@ QSTR_DEFS = qstrdefsport.h
+@@ -24,7 +24,7 @@ QSTR_DEFS = qstrdefsport.h
QSTR_GLOBAL_DEPENDENCIES = $(VARIANT_DIR)/mpconfigvariant.h
# OS name, for simple autoconfig