micropython: Update to 1.18, refresh patches
authorJeffery To <redacted>
Sun, 23 Jan 2022 18:34:18 +0000 (02:34 +0800)
committerRosen Penev <redacted>
Mon, 24 Jan 2022 23:43:39 +0000 (15:43 -0800)
Signed-off-by: Jeffery To <redacted>
lang/python/micropython/Makefile
lang/python/micropython/patches/000-Makefile-no-errors.patch
lang/python/micropython/patches/030-target-no-darwin.patch

index b5dccf483959fe0ce3d14fbd2fce473c8dae73dc..e63f93f4bddcced700428b76debec04dfcdf8e33 100644 (file)
@@ -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
index 4ecd2e6aef574a85c0cf15afa1b68010a1d3432a..a32ee2903ecccb0c4e8dc54b0b47b41c44278a0a 100644 (file)
@@ -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
index c0b858d5f125eeecb471b66634167342c846547e..b814c998e7d7c665d90b528196d8009bad4b5562 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT