diff options
author | Chris Packham <judge.packham@gmail.com> | 2016-09-05 21:16:15 +1200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-05 22:10:45 +0200 |
commit | 0a0a45f038706c74769640d05302fe1da3af4411 (patch) | |
tree | d8c55dad38d598c62e2069b9353701ec1014ff35 /package/micropython/micropython.mk | |
parent | 9b77525c9a749a2dac57327257ac8ccb5dfe3d45 (diff) | |
download | buildroot-0a0a45f038706c74769640d05302fe1da3af4411.tar.gz buildroot-0a0a45f038706c74769640d05302fe1da3af4411.zip |
micropython: replace local fix with upstream one
The fix from commit 26248571b625 ("micropython: fix build failures") was
applied upstream. This replaces the local buildroot fix with the patch
that was accepted upstream.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/micropython/micropython.mk')
-rw-r--r-- | package/micropython/micropython.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/micropython/micropython.mk b/package/micropython/micropython.mk index 047e340896..590956e846 100644 --- a/package/micropython/micropython.mk +++ b/package/micropython/micropython.mk @@ -9,6 +9,7 @@ MICROPYTHON_SITE = $(call github,micropython,micropython,$(MICROPYTHON_VERSION)) MICROPYTHON_LICENSE = MIT MICROPYTHON_LICENSE_FILES = LICENSE MICROPYTHON_DEPENDENCIES = host-pkgconf libffi +MICROPYTHON_PATCH = https://github.com/micropython/micropython/commit/8c6856d2e76c5865d9f30cad2c51615d4a1a1418.patch # Use fallback implementation for exception handling on architectures that don't # have explicit support. |