package/linphone: bump to version 4.4.8

Set GIT_EXECUTABLE to OFF to avoid the following build failure:

CMake Error at /home/fabrice/br-test-pkg/br-arm-cortex-a9-glibc/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/bctoolbox/cmake/bctoolboxCMakeUtils.cmake:162 (message):
  invalid git describe version: ''
Call Stack (most recent call first):
  CMakeLists.txt:125 (bc_compute_lib_version)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2020-11-17 21:17:03 +01:00 committed by Thomas Petazzoni
parent ba97716340
commit 3f47775c26
2 changed files with 4 additions and 3 deletions

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 \