This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
micropython: Update to 1.18, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To
3 years ago
committed by
Rosen Penev
parent
029b37aad0
commit
af341cd76e
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lang/python/micropython/Makefile
+1
-1
lang/python/micropython/patches/000-Makefile-no-errors.patch
+1
-1
lang/python/micropython/patches/030-target-no-darwin.patch
+ 2
- 2
lang/python/micropython/Makefile
View File
@ -8,12 +8,12 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
micropython
PKG_VERSION
:=
1.1
7
PKG_VERSION
:=
1.1
8
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
+ 1
- 1
lang/python/micropython/patches/000-Makefile-no-errors.patch
View File
@ -1,6 +1,6 @@
--- a/ports/unix/Makefile
+++ b/ports/unix/Makefile
@@ -3
8,7 +38
,7 @@ INC += -I$(TOP)
@@ -3
6,7 +36
,7 @@ INC += -I$(TOP)
INC += -I$(BUILD)
# compiler settings
+ 1
- 1
lang/python/micropython/patches/030-target-no-darwin.patch
View File
@ -1,6 +1,6 @@
--- a/ports/unix/Makefile
+++ b/ports/unix/Makefile
@@ -2
6,7 +26
,7 @@ QSTR_DEFS = qstrdefsport.h
@@ -2
4,7 +24
,7 @@ QSTR_DEFS = qstrdefsport.h
QSTR_GLOBAL_DEPENDENCIES = $(VARIANT_DIR)/mpconfigvariant.h
# OS name, for simple autoconfig
Write
Preview
Loading…
Cancel
Save