56952e95d6
Rebased patch 0001. Added patch 0002 previously used for the sofia-sip library which was bundled with the freeswitch source: https://git.buildroot.net/buildroot/commit/package/freeswitch?id=3c2e8b2b29a88c35c8a9867537d3ce3d0af85bc2 The bundled library was removed in freeswitch-1.10.4. Switched upstream to freeswitch repo according to http://sofia-sip.sourceforge.net/ "This repository is not currently maintained. The FreeSWITCH project hosts a currently maintained version of this library at https://github.com/freeswitch/sofia-sip" Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
518 B
Plaintext
15 lines
518 B
Plaintext
config BR2_PACKAGE_SOFIA_SIP
|
|
bool "sofia-sip"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
Sofia-SIP is an open-source SIP User-Agent library,
|
|
compliant with the IETF RFC3261 specification (see the
|
|
feature table). It can be used as a building block for SIP
|
|
client software for uses such as VoIP, IM, and many other
|
|
real-time and person-to-person communication services.
|
|
|
|
https://github.com/freeswitch/sofia-sip
|
|
|
|
comment "sofia-sip needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|