Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,2 +1,17 @@
|
||||
# From http://files.freeswitch.org/freeswitch-releases/freeswitch-1.6.14.tar.xz.sha256
|
||||
sha256 759cb79800c02b9476fcec4c88822942ed6183d9c2686015e4c293e22790cf35 freeswitch-1.6.14.tar.xz
|
||||
# From http://files.freeswitch.org/freeswitch-releases/freeswitch-1.6.20.tar.xz.md5
|
||||
md5 e9890a2d6ca6f58dd3fa440fdfbf91a0 freeswitch-1.6.20.tar.xz
|
||||
# From http://files.freeswitch.org/freeswitch-releases/freeswitch-1.6.20.tar.xz.sha1
|
||||
sha1 ce284b805e262504cbb1f74796785b4dfa70d5ac freeswitch-1.6.20.tar.xz
|
||||
# From http://files.freeswitch.org/freeswitch-releases/freeswitch-1.6.20.tar.xz.sha256
|
||||
sha256 dbb0f73109171bd381772b247b8ef581f6a176964619082a1fe031b004086f6b freeswitch-1.6.20.tar.xz
|
||||
# Locally computed
|
||||
sha256 10299420c1e8602c0daf5a59d022621cd72a9148d1f0f33501edb3db3445c7fe COPYING
|
||||
sha256 e8e26b16da14aa3e6ed5c22c705fdc1f45d6225fca461ea9f7314bcdfdc414c4 libs/apr/LICENSE
|
||||
sha256 1eefb2ea1db0af7729a9d8a27d7c65d8a37ab185393f935b029aac6828ce315a libs/apr-util/LICENSE
|
||||
sha256 7d72a8aee2c4b1a084200487992a5d86f5df6b535727a14c1874918e99d24600 libs/libzrtp/src/zrtp_legal.c
|
||||
sha256 e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60 libs/sofia-sip/COPYING
|
||||
sha256 b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556 libs/sofia-sip/COPYRIGHTS
|
||||
sha256 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a libs/spandsp/COPYING
|
||||
sha256 8defed37d52096ae14b60adc499c33d43975109bc265552ee67e9a888c634b93 libs/srtp/LICENSE
|
||||
sha256 fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7 libs/tiff-4.0.2/COPYRIGHT
|
||||
sha256 ab00a482b6a3902e40211b43c5d0441962ea99b6cc7c25c0f243fa270b78d482 src/mod/codecs/mod_isac/LICENSE
|
||||
|
||||
@@ -4,15 +4,17 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FREESWITCH_VERSION = 1.6.14
|
||||
FREESWITCH_VERSION = 1.6.20
|
||||
FREESWITCH_SOURCE = freeswitch-$(FREESWITCH_VERSION).tar.xz
|
||||
FREESWITCH_SITE = http://files.freeswitch.org/freeswitch-releases
|
||||
FREESWITCH_LICENSE = MPLv1.1, \
|
||||
GPLv3+ with font exception (fonts), \
|
||||
# External modules need headers/libs from staging
|
||||
FREESWITCH_INSTALL_STAGING = YES
|
||||
FREESWITCH_LICENSE = MPL-1.1, \
|
||||
GPL-3.0+ with font exception (fonts), \
|
||||
Apache-2.0 (apr, apr-util), \
|
||||
LGPLv2+ (sofia-sip), \
|
||||
LGPLv2.1, GPLv2 (spandsp), \
|
||||
BSD-3c (libsrtp), \
|
||||
LGPL-2.0+ (sofia-sip), \
|
||||
LGPL-2.1, GPL-2.0 (spandsp), \
|
||||
BSD-3-Clause (libsrtp), \
|
||||
tiff license
|
||||
|
||||
FREESWITCH_LICENSE_FILES = \
|
||||
@@ -37,6 +39,10 @@ FREESWITCH_DEPENDENCIES = \
|
||||
util-linux \
|
||||
zlib
|
||||
|
||||
# disable display of ClueCon banner in fs_cli
|
||||
FREESWITCH_CONF_ENV += \
|
||||
disable_cc=yes
|
||||
|
||||
# we neither need host-perl nor host-php
|
||||
FREESWITCH_CONF_ENV += \
|
||||
ac_cv_prog_PERL=false \
|
||||
@@ -110,7 +116,6 @@ FREESWITCH_ENABLED_MODULES += \
|
||||
applications/mod_valet_parking \
|
||||
applications/mod_voicemail \
|
||||
codecs/mod_g723_1 \
|
||||
codecs/mod_g729 \
|
||||
dialplans/mod_dialplan_asterisk \
|
||||
dialplans/mod_dialplan_xml \
|
||||
endpoints/mod_loopback \
|
||||
@@ -159,7 +164,7 @@ FREESWITCH_PRE_CONFIGURE_HOOKS += FREESWITCH_ENABLE_MODULES
|
||||
# mod_isac supports a limited set of archs
|
||||
# src/mod/codecs/mod_isac/typedefs.h
|
||||
ifeq ($(BR2_i386)$(BR2_mips)$(BR2_mipsel)$(BR2_mips64)$(BR2_mips64el)$(BR2_x86_64),y)
|
||||
FREESWITCH_LICENSE := $(FREESWITCH_LICENSE), BSD-3c (mod_isac)
|
||||
FREESWITCH_LICENSE := $(FREESWITCH_LICENSE), BSD-3-Clause (mod_isac)
|
||||
FREESWITCH_LICENSE_FILES += src/mod/codecs/mod_isac/LICENSE
|
||||
FREESWITCH_ENABLED_MODULES += codecs/mod_isac
|
||||
endif
|
||||
@@ -169,6 +174,12 @@ FREESWITCH_DEPENDENCIES += alsa-lib
|
||||
FREESWITCH_ENABLED_MODULES += endpoints/mod_alsa
|
||||
endif
|
||||
|
||||
# Use the pass-through g729 module provided by freeswitch instead of
|
||||
# the external mod_bcg729 provided by freeswitch-mod-bcg729.
|
||||
ifeq ($(BR2_PACKAGE_FREESWITCH_MOD_BCG729),)
|
||||
FREESWITCH_ENABLED_MODULES += codecs/mod_g729
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
||||
FREESWITCH_DEPENDENCIES += freetype
|
||||
endif
|
||||
@@ -278,7 +289,7 @@ FREESWITCH_DEPENDENCIES += xz
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_4_8)$(BR2_PACKAGE_FFMPEG),yy)
|
||||
FREESWITCH_LICENSE := $(FREESWITCH_LICENSE), BSD-3c (libvpx, libyuv)
|
||||
FREESWITCH_LICENSE := $(FREESWITCH_LICENSE), BSD-3-Clause (libvpx, libyuv)
|
||||
FREESWITCH_LICENSE_FILES += libs/libvpx/LICENSE libs/libyuv/LICENSE
|
||||
FREESWITCH_CONF_OPTS += --enable-libvpx --enable-libyuv
|
||||
FREESWITCH_DEPENDENCIES += host-yasm ffmpeg
|
||||
|
||||
Reference in New Issue
Block a user