[Buildroot] [git commit branch/2021.02.x] package/micropython: Update LICENSE info

Peter Korsgaard peter at korsgaard.com
Wed Oct 6 12:45:32 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=c747085a07fbcc7aa0c914c7f23903fed4b90457
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

The various micropython ports may include code licensed under different
licenses compared to the core micropython. List these in MICROPYTHON_LICENSE.

Signed-off-by: Chris Packham <judge.packham at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
(cherry picked from commit 4dc40c21ea2f4c2682855231fe409a74d6cbe911)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/micropython/micropython.mk | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/package/micropython/micropython.mk b/package/micropython/micropython.mk
index 010ac35e8c..d5dda43a3a 100644
--- a/package/micropython/micropython.mk
+++ b/package/micropython/micropython.mk
@@ -6,7 +6,10 @@
 
 MICROPYTHON_VERSION = 1.13
 MICROPYTHON_SITE = $(call github,micropython,micropython,v$(MICROPYTHON_VERSION))
-MICROPYTHON_LICENSE = MIT
+# Micropython has a lot of code copied from other projects, and also a number
+# of submodules for various libs. However, we don't even clone the submodules,
+# and most of the copied code is not used in the unix build.
+MICROPYTHON_LICENSE = MIT, BSD-1-clause, BSD-3-clause, Zlib
 MICROPYTHON_LICENSE_FILES = LICENSE
 MICROPYTHON_DEPENDENCIES = host-pkgconf libffi $(BR2_PYTHON3_HOST_DEPENDENCY)
 


More information about the buildroot mailing list