Update package evoice

Enable the development log messages and fix compilation errors
This commit is contained in:
Yalu Zhang 2022-04-21 12:07:13 +02:00
parent a917d47854
commit 13c858421c

View file

@ -11,7 +11,7 @@ LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/evoice.git
PKG_SOURCE_VERSION:=c8d7ddd92be4ee5edb243112c590036ccc02f410
PKG_SOURCE_VERSION:=391b822c7e7127c85245934139ac6344715fac9f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif