Bump Buildroot to 2021.02-rc3 (#1260)

* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
Stefan Agner
2021-03-04 00:50:33 +01:00
committed by GitHub
parent b77d633382
commit f358f322da
2130 changed files with 23612 additions and 21038 deletions

View File

@@ -7,6 +7,7 @@ config BR2_PACKAGE_LINPHONE
# belr, belle-sip, mediastreamer
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735
depends on BR2_USE_WCHAR # belle-sip
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # mediastreamer
select BR2_PACKAGE_BELLE_SIP
select BR2_PACKAGE_BELR
select BR2_PACKAGE_LIBXML2
@@ -30,10 +31,11 @@ config BR2_PACKAGE_LINPHONE
http://www.linphone.org/
comment "linphone needs a toolchain w/ threads, C++, dynamic library, wchar"
comment "linphone needs a toolchain w/ threads, C++, dynamic library, wchar, gcc >= 5"
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_5
comment "linphone needs a toolchain not affected by GCC bug 64735"
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735