From: Blomme, Maarten <Maarten.Blomme@flir.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] micropython: bump version to v1.9.3
Date: Mon, 16 Apr 2018 13:28:47 +0000 [thread overview]
Message-ID: <1523885614.4244.5.camel@flir.com> (raw)
(With correct formatting now)
The build step now requires building mpy-cross first.
Signed-off-by: Blomme, Maarten <Maarten.Blomme@flir.com>
---
package/micropython-lib/micropython-lib.hash | 2 +-
package/micropython-lib/micropython-lib.mk | 2 +-
package/micropython/micropython.hash | 2 +-
package/micropython/micropython.mk | 7 ++++---
4 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/package/micropython-lib/micropython-lib.hash b/package/micropython-lib/micropython-lib.hash
index bc0c22efc5..f63c52cf0c 100644
--- a/package/micropython-lib/micropython-lib.hash
+++ b/package/micropython-lib/micropython-lib.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 eb696009ff8c33004211e484649b34edb14f3efb2ff618942bc8888716757a55 micropython-lib-v1.8.6.tar.gz
+sha256 66e15380eb109613263beb6825b8eecb9191088270c1a59e8c7d922dd57183c7 micropython-lib-v1.9.3.tar.gz
diff --git a/package/micropython-lib/micropython-lib.mk b/package/micropython-lib/micropython-lib.mk
index c9423feac6..3c46b92429 100644
--- a/package/micropython-lib/micropython-lib.mk
+++ b/package/micropython-lib/micropython-lib.mk
@@ -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
diff --git a/package/micropython/micropython.hash b/package/micropython/micropython.hash
index 6ab7b10b66..d42d7ee148 100644
--- a/package/micropython/micropython.hash
+++ b/package/micropython/micropython.hash
@@ -1,2 +1,2 @@
#locally computed
-sha256 55dd751c4c812809841fd06f4729b8341171c4b6c1dc28a9412455282554f8a5 micropython-v1.8.7.tar.gz
+sha256 ce6b5c4548e85d84075635ff3e94d5cd3356b5fcc7593a7b49dd513612b6ed01 micropython-v1.9.3.tar.gz
diff --git a/package/micropython/micropython.mk b/package/micropython/micropython.mk
index 8336fb436f..2c6bddd81d 100644
--- a/package/micropython/micropython.mk
+++ b/package/micropython/micropython.mk
@@ -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) \
--
2.13.6
________________________________
Notice to recipient: This email is meant for only the intended recipient of the transmission, and may be a communication privileged by law, subject to export control restrictions or that otherwise contains proprietary information. If you receive this email by mistake, please notify us immediately by replying to this message and then destroy it and do not review, disclose, copy or distribute it. Thank you in advance for your cooperation.
next reply other threads:[~2018-04-16 13:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-16 13:28 Blomme, Maarten [this message]
2018-04-16 14:01 ` [Buildroot] [PATCH 1/1] micropython: bump version to v1.9.3 Thomas Petazzoni
2018-04-16 15:44 ` Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2018-04-16 8:09 Blomme, Maarten
2018-04-16 12:22 ` Thomas Petazzoni
2018-04-16 13:30 ` Blomme, Maarten
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1523885614.4244.5.camel@flir.com \
--to=maarten.blomme@flir.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox