From: Hannu Nyman Date: Sat, 21 Mar 2020 19:40:54 +0000 (+0200) Subject: freeswitch-stable: remove opencv module X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0dfeff844c23a6dbb7d13193bb291bb19f0db13f;p=feed%2Ftelephony.git freeswitch-stable: remove opencv module Remove the opencv module from freeswitch-stable. The module has been marked BROKEN already for some time, and currently it causes a dependency error, as the opencv package itself was removed from the packages feed. Signed-off-by: Hannu Nyman --- diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index fd2d36a..3f8412f 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -103,7 +103,6 @@ FS_STABLE_MOD_AVAILABLE:= \ conference \ console \ curl \ - cv \ dahdi_codec \ db \ dialplan_asterisk \ @@ -1012,7 +1011,6 @@ $(eval $(call Package/$(PKG_NAME)/Module,commands,Commands,This module provides $(eval $(call Package/$(PKG_NAME)/Module,conference,Conference,This module provides multi-party conferencing.,)) $(eval $(call Package/$(PKG_NAME)/Module,console,Console logger,Allows control over what messages get logged to the console.,)) $(eval $(call Package/$(PKG_NAME)/Module,curl,cURL,This module provides an API for making HTTP requests with cURL.,)) -$(eval $(call Package/$(PKG_NAME)/Module,cv,OpenCV,This module exposes opencv actions to enable computer vision actions.,+opencv @BROKEN)) # opencv package too stripped-down $(eval $(call Package/$(PKG_NAME)/Module,dahdi_codec,DAHDI codec,DAHDI codec module.,)) $(eval $(call Package/$(PKG_NAME)/Module,db,DB,This module implements a simple db API with group support. Also can be\nused as a limit db backend.,)) $(eval $(call Package/$(PKG_NAME)/Module,dialplan_asterisk,Asterisk dialplan,Asterisk extensions.conf style dialplan parser.,))