Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
config BR2_PACKAGE_MICROPYTHON_LIB
|
||||
bool "micropython-lib"
|
||||
select BR2_PACKAGE_PCRE # runtime
|
||||
depends on BR2_PACKAGE_MICROPYTHON
|
||||
select BR2_PACKAGE_PCRE # runtime
|
||||
help
|
||||
Core Python libraries ported to MicroPython.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
MICROPYTHON_LIB_VERSION = v1.8.6
|
||||
MICROPYTHON_LIB_SITE = $(call github,micropython,micropython-lib,$(MICROPYTHON_LIB_VERSION))
|
||||
MICROPYTHON_LIB_LICENSE = Python software foundation license v2 (some modules), MIT (everything else)
|
||||
MICROPYTHON_LIB_LICENSE = Python-2.0 (some modules), MIT (everything else)
|
||||
MICROPYTHON_LIB_LICENSE_FILES = LICENSE
|
||||
|
||||
define MICROPYTHON_LIB_INSTALL_TARGET_CMDS
|
||||
|
||||
Reference in New Issue
Block a user