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
+5 -5
View File
@@ -1,17 +1,17 @@
config BR2_PACKAGE_PYTHON_PYICU
bool "python-pyicu"
depends on BR2_HOST_GCC_AT_LEAST_4_8 # icu
depends on !BR2_BINFMT_FLAT # icu
depends on BR2_HOST_GCC_AT_LEAST_4_9 # icu
depends on BR2_INSTALL_LIBSTDCPP # icu
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # icu
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # icu
select BR2_PACKAGE_ICU
help
Python extension wrapping the ICU C++ API.
https://github.com/ovalhub/pyicu
comment "python-pyicu needs a toolchain w/ C++, gcc >= 4.9, host gcc >= 4.9"
comment "python-pyicu needs a toolchain w/ C++, gcc >= 4.8, host gcc >= 4.8"
depends on !BR2_BINFMT_FLAT
depends on !BR2_INSTALL_LIBSTDCPP || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
!BR2_HOST_GCC_AT_LEAST_4_9
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
!BR2_HOST_GCC_AT_LEAST_4_8
+3 -5
View File
@@ -1,5 +1,3 @@
# md5 from https://pypi.python.org/pypi/PyICU/json
md5 7656f5cc53a7c18b40e653d6eefdee14 PyICU-1.9.7.tar.gz
# Locally computed
sha256 db27cd1cc150b879c5465872bec7fdaf340eca140aa922be03891d5b9f855b61 PyICU-1.9.7.tar.gz
sha256 74bbadee4ee3c3a1ac0ecfbd74bc7ce64046de1ceddf4717dc923809ca8ffce3 LICENSE
# md5 from https://pypi.python.org/pypi/PyICU/json, sha256 locally computed
md5 7656f5cc53a7c18b40e653d6eefdee14 PyICU-1.9.7.tar.gz
sha256 db27cd1cc150b879c5465872bec7fdaf340eca140aa922be03891d5b9f855b61 PyICU-1.9.7.tar.gz