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:
@@ -1,9 +1,10 @@
|
||||
config BR2_PACKAGE_PYTHON_SLOB
|
||||
bool "python-slob"
|
||||
depends on !BR2_BINFMT_FLAT # python-pyicu -> icu
|
||||
depends on BR2_HOST_GCC_AT_LEAST_4_9 # python-pyicu -> icu
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-pyicu -> icu
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # python-pyicu -> icu
|
||||
depends on BR2_HOST_GCC_AT_LEAST_4_8 # python-pyicu -> icu
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # python-pyicu -> icu
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_PYICU # runtime
|
||||
# although optional, it is used as default compression
|
||||
select BR2_PACKAGE_PYTHON3_XZ # runtime
|
||||
@@ -13,7 +14,8 @@ config BR2_PACKAGE_PYTHON_SLOB
|
||||
|
||||
https://github.com/itkach/slob
|
||||
|
||||
comment "python-slob needs a toolchain w/ C++, gcc >= 4.9, host gcc >= 4.9"
|
||||
comment "python-slob needs a toolchain w/ C++, gcc >= 4.8, host gcc >= 4.8"
|
||||
depends on BR2_PACKAGE_PYTHON3 && !BR2_BINFMT_FLAT
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
|
||||
!BR2_HOST_GCC_AT_LEAST_4_9
|
||||
!BR2_HOST_GCC_AT_LEAST_4_8 || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 18eb4f45d09d49b1f776cac52ea70ab951566c60cd30bbec39e88f10908fd8ff python-slob-31ad0e769360a5b10a4893f686587bb8e48c3895.tar.gz
|
||||
sha256 db09bc6733ab28dc59bfbcd01819feb9d05241cbef3ca3f5f58ec739b341d56f LICENSE
|
||||
sha256 18eb4f45d09d49b1f776cac52ea70ab951566c60cd30bbec39e88f10908fd8ff python-slob-31ad0e769360a5b10a4893f686587bb8e48c3895.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user