From: Stefan Schantl Date: Sun, 26 May 2019 17:51:40 +0000 (+0200) Subject: asterisk: Remove dependency to jansson. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f75603f23bbf4f00bf87fd74c2fc35a7c9c9edd;p=people%2Fpmueller%2Fipfire-2.x.git asterisk: Remove dependency to jansson. The package has become part of the main system. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/lfs/asterisk b/lfs/asterisk index 08e2edb308..ab038eb13d 100755 --- a/lfs/asterisk +++ b/lfs/asterisk @@ -28,9 +28,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = asterisk -PAK_VER = 25 +PAK_VER = 26 -DEPS = "jansson libsrtp opus" +DEPS = "libsrtp opus" ############################################################################### # Top-level Rules