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:
Apaczer
2023-03-11 21:06:02 +01:00
committed by GitHub
parent 534f7aea40
commit dcf31c6a1e
12528 changed files with 149032 additions and 303063 deletions
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_BACKPORTS_ABC
bool "python-backports-abc"
depends on BR2_PACKAGE_PYTHON
help
A backport of recent additions to the 'collections.abc'
module.
https://pypi.python.org/pypi/backports_abc
@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/backports_abc/json, sha256 locally computed
md5 7d1936ec183a3586290adf60f6f96764 backports_abc-0.5.tar.gz
sha256 033be54514a03e255df75c5aee8f9e672f663f93abb723444caec8fe43437bde backports_abc-0.5.tar.gz
@@ -0,0 +1,14 @@
################################################################################
#
# python-backports-abc
#
################################################################################
PYTHON_BACKPORTS_ABC_VERSION = 0.5
PYTHON_BACKPORTS_ABC_SOURCE = backports_abc-$(PYTHON_BACKPORTS_ABC_VERSION).tar.gz
PYTHON_BACKPORTS_ABC_SITE = https://pypi.python.org/packages/68/3c/1317a9113c377d1e33711ca8de1e80afbaf4a3c950dd0edfaf61f9bfe6d8
PYTHON_BACKPORTS_ABC_LICENSE = Python-2.0
PYTHON_BACKPORTS_ABC_LICENSE_FILES = LICENSE
PYTHON_BACKPORTS_ABC_SETUP_TYPE = setuptools
$(eval $(python-package))