update buildroot to 2017.02.11
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_MICROPYTHON_LIB
|
||||
bool "micropython-lib"
|
||||
select BR2_PACKAGE_PCRE # runtime
|
||||
depends on BR2_PACKAGE_MICROPYTHON
|
||||
help
|
||||
Core Python libraries ported to MicroPython.
|
||||
|
||||
http://micropython.org
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 eb696009ff8c33004211e484649b34edb14f3efb2ff618942bc8888716757a55 micropython-lib-v1.8.6.tar.gz
|
||||
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# micropython-lib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
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_FILES = LICENSE
|
||||
|
||||
define MICROPYTHON_LIB_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
||||
PREFIX=$(TARGET_DIR)/usr/lib/micropython \
|
||||
install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user