micropython: bump version to v1.9.3
(With correct formatting now) The build step now requires building mpy-cross first. Signed-off-by: Blomme, Maarten <Maarten.Blomme@flir.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a52e106bbd
commit
ade28ff52d
@ -1,2 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 eb696009ff8c33004211e484649b34edb14f3efb2ff618942bc8888716757a55 micropython-lib-v1.8.6.tar.gz
|
||||
sha256 66e15380eb109613263beb6825b8eecb9191088270c1a59e8c7d922dd57183c7 micropython-lib-v1.9.3.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MICROPYTHON_LIB_VERSION = v1.8.6
|
||||
MICROPYTHON_LIB_VERSION = v1.9.3
|
||||
MICROPYTHON_LIB_SITE = $(call github,micropython,micropython-lib,$(MICROPYTHON_LIB_VERSION))
|
||||
MICROPYTHON_LIB_LICENSE = Python-2.0 (some modules), MIT (everything else)
|
||||
MICROPYTHON_LIB_LICENSE_FILES = LICENSE
|
||||
|
@ -1,2 +1,2 @@
|
||||
#locally computed
|
||||
sha256 55dd751c4c812809841fd06f4729b8341171c4b6c1dc28a9412455282554f8a5 micropython-v1.8.7.tar.gz
|
||||
sha256 ce6b5c4548e85d84075635ff3e94d5cd3356b5fcc7593a7b49dd513612b6ed01 micropython-v1.9.3.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MICROPYTHON_VERSION = v1.8.7
|
||||
MICROPYTHON_VERSION = v1.9.3
|
||||
MICROPYTHON_SITE = $(call github,micropython,micropython,$(MICROPYTHON_VERSION))
|
||||
MICROPYTHON_LICENSE = MIT
|
||||
MICROPYTHON_LICENSE_FILES = LICENSE
|
||||
@ -22,14 +22,15 @@ MICROPYTHON_MAKE_OPTS = MICROPY_PY_BTREE=0
|
||||
MICROPYTHON_MAKE_OPTS += MICROPY_PY_USSL=0
|
||||
|
||||
define MICROPYTHON_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/unix \
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/mpy-cross
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/ports/unix \
|
||||
$(MICROPYTHON_MAKE_OPTS) \
|
||||
CROSS_COMPILE=$(TARGET_CROSS) \
|
||||
CFLAGS_EXTRA=$(MICROPYTHON_CFLAGS)
|
||||
endef
|
||||
|
||||
define MICROPYTHON_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/unix \
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/ports/unix \
|
||||
$(MICROPYTHON_MAKE_OPTS) \
|
||||
CROSS_COMPILE=$(TARGET_CROSS) \
|
||||
CFLAGS_EXTRA=$(MICROPYTHON_CFLAGS) \
|
||||
|
Loading…
Reference in New Issue
Block a user