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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user