voicemngr: add package dependency +libblobmsg-json

This commit is contained in:
Yalu Zhang 2023-03-15 17:04:17 +01:00
parent 71ea7517a7
commit 5384408a63

View file

@ -18,7 +18,7 @@ LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/$(PKG_NAME).git
PKG_SOURCE_VERSION:=97f67f99b542fdfffab1195cbd4300b57a3f19e1
PKG_SOURCE_VERSION:=cd6f9b0678ea463a16d6104f2095d9a50118b208
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif
@ -39,7 +39,7 @@ define Package/$(PKG_NAME)
TITLE:=IOPSYS Voice Manager
URL:=
DEPENDS:= +libubox +ubus +!TARGET_brcmbca:libpicoevent +TARGET_brcmbca:libpicoevent-bcm \
DEPENDS:= +libubox +libblobmsg-json +ubus +!TARGET_brcmbca:libpicoevent +TARGET_brcmbca:libpicoevent-bcm \
+!TARGET_brcmbca:uci +TARGET_brcmbca:uci-bcm \
+TARGET_brcmbca:bcmkernel +TARGET_brcmbca:libvoice-broadcom \
+TARGET_ipq95xx:libvoice-d2 +TARGET_ipq95xx:kmod-d2-voice \