evoice 0.2.30

Makefile update for ABI version dependency of libbbf_api
This commit is contained in:
Wenpeng Song 2022-09-29 14:21:45 +00:00
parent da4f911bd9
commit 5d64b987aa

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=evoice PKG_NAME:=evoice
PKG_VERSION:=0.2.29 PKG_VERSION:=0.2.30
LOCAL_DEV=0 LOCAL_DEV=0
LOCAL_DEV_EVOICE_DIR=~/voip/evoice LOCAL_DEV_EVOICE_DIR=~/voip/evoice
@ -21,8 +21,6 @@ endif
PKG_LICENSE:=PROPRIETARY IOPSYS PKG_LICENSE:=PROPRIETARY IOPSYS
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DEPENDS:=bbf
# All config variable that are passed to the make invocation, directly or # All config variable that are passed to the make invocation, directly or
# indirectly. This ensures that the package is rebuilt on config-changes. # indirectly. This ensures that the package is rebuilt on config-changes.
#PKG_CONFIG_DEPENDS:=CONFIG_TARGET_BOARD #PKG_CONFIG_DEPENDS:=CONFIG_TARGET_BOARD
@ -37,7 +35,7 @@ define Package/$(PKG_NAME)
DEPENDS:= +libubox +libubus +libpicoevent +libuci +libstdcpp +libopenssl\ DEPENDS:= +libubox +libubus +libpicoevent +libuci +libstdcpp +libopenssl\
+TARGET_iopsys_brcm63xx_arm:bcmkernel\ +TARGET_iopsys_brcm63xx_arm:bcmkernel\
+TARGET_iopsys_econet:kmod-voip_driver\ +TARGET_iopsys_econet:kmod-voip_driver\
+TARGET_iopsys_econet:voip_app +TARGET_iopsys_econet:voip_app +libbbf_api
endef endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)/description