Import buildroot 2016.02.01
This commit is contained in:
7
firmware/buildroot/package/micropython-lib/Config.in
Normal file
7
firmware/buildroot/package/micropython-lib/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_MICROPYTHON_LIB
|
||||
bool "micropython-lib"
|
||||
depends on BR2_PACKAGE_MICROPYTHON
|
||||
help
|
||||
Core Python libraries ported to MicroPython.
|
||||
|
||||
http://micropython.org
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 e659444fadd755c1b5dbff091aa1b23a835e7361da3a32f38774bd39a15937ad micropython-lib-v1.0.tar.gz
|
||||
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# micropython-lib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MICROPYTHON_LIB_VERSION = v1.0
|
||||
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