mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -4,12 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TOML_VERSION = 0.10.2
|
||||
PYTHON_TOML_SOURCE = toml-$(PYTHON_TOML_VERSION).tar.gz
|
||||
PYTHON_TOML_SITE = https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c
|
||||
PYTHON_TOML_VERSION = 0.9.3
|
||||
PYTHON_TOML_SITE = $(call github,uiri,toml,$(PYTHON_TOML_VERSION))
|
||||
PYTHON_TOML_SETUP_TYPE = setuptools
|
||||
PYTHON_TOML_LICENSE = MIT
|
||||
PYTHON_TOML_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
||||
Reference in New Issue
Block a user