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

View File

@@ -1,4 +1,4 @@
# Locally calculated after checking pgp signature
sha256 bfb195845ae23311667d5631c470310a63818fe46029cea2f1b77a5ed84e6e21 linphone-4.3.1.tar.gz
sha256 9956f6785a787041328da000cee5fcc1e41d6f17956ffe5e0402fac0f9a9676b linphone-4.4.8.tar.gz
# Locally computed
sha256 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68 LICENSE.txt

View File

@@ -4,7 +4,7 @@
#
################################################################################
LINPHONE_VERSION = 4.3.1
LINPHONE_VERSION = 4.4.8
LINPHONE_SITE = \
https://gitlab.linphone.org/BC/public/liblinphone/-/archive/$(LINPHONE_VERSION)
LINPHONE_CONF_OPTS = \
@@ -18,7 +18,8 @@ LINPHONE_CONF_OPTS = \
-DENABLE_TUTORIALS=OFF \
-DENABLE_UNIT_TESTS=OFF \
-DENABLE_VCARD=OFF \
-DENABLE_VIDEO=OFF
-DENABLE_VIDEO=OFF \
-DGIT_EXECUTABLE=OFF
LINPHONE_INSTALL_STAGING = YES
LINPHONE_DEPENDENCIES = \
belle-sip \