evoice: libvoiceservice: fix a bug in codec capability initialisation that causes uspd crash on Broadcom platform

This commit is contained in:
hemlata 2022-10-06 15:29:09 +02:00
parent cc71eb3ef5
commit 59e724dcf2

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=evoice
PKG_VERSION:=0.2.31
PKG_VERSION:=0.2.32
LOCAL_DEV=0
LOCAL_DEV_EVOICE_DIR=~/voip/evoice
@ -13,7 +13,7 @@ LOCAL_DEV_EVOICE_DIR=~/voip/evoice
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/evoice.git
PKG_SOURCE_VERSION:=187774eb873c00053cce2e552279fca4b41dd2d0
PKG_SOURCE_VERSION:=0a774e039be17af2c0d32c79b2e2d6cc51528d7b
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif