From c6c34d668d3bb8f79f96173da9583cd5b97801a9 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Sun, 7 Jan 2018 18:40:07 +0100 Subject: [PATCH] asterisk-15.x: fix typo in dependency to res-statsd Signed-off-by: Jiri Slachta --- net/asterisk-15.x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/asterisk-15.x/Makefile b/net/asterisk-15.x/Makefile index 4540276..ef56560 100644 --- a/net/asterisk-15.x/Makefile +++ b/net/asterisk-15.x/Makefile @@ -504,7 +504,7 @@ $(eval $(call BuildAsterisk15Module,app-softhangup,Hang up requested channel,Sof $(eval $(call BuildAsterisk15Module,app-speech,Dialplan Speech,Dialplan Speech Applications,+asterisk15-res-speech,,app_speech_utils,,)) $(eval $(call BuildAsterisk15Module,app-stack,Stack applications,Stack applications Gosub Return etc.,+asterisk15-res-agi,,app_stack,,)) $(eval $(call BuildAsterisk15Module,app-stasis,Stasis dialplan,Stasis dialplan application,+$(PKG_NAME)-res-stasis,,app_stasis,,)) -$(eval $(call BuildAsterisk15Module,app-statsd,statsd dialplan,statsd dialplan,+$(PKG_NAME)-res_statsd,,app_statsd,,)) +$(eval $(call BuildAsterisk15Module,app-statsd,statsd dialplan,statsd dialplan,+$(PKG_NAME)-res-statsd,,app_statsd,,)) $(eval $(call BuildAsterisk15Module,app-stream-echo,Stream echo,stream echo,,,app_stream_echo,,)) $(eval $(call BuildAsterisk15Module,app-system,System exec,support for executing system commands,,,app_system,,)) $(eval $(call BuildAsterisk15Module,app-talkdetect,File playback with audio detect,for file playback with audio detect,,,app_talkdetect,,))