summaryrefslogtreecommitdiffstats
path: root/package/sofia-sip
Commit message (Collapse)AuthorAgeFilesLines
* boot, package: use SPDX short identifier for LGPLv2.1/LGPLv2.1+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for LGPLv2.1/LGPLv2.1+ is LGPL-2.1/LGPL-2.1+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2.1(\+)?/LGPL-2.1\1/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: remove non-IPv6 dependencies and tweaksGustavo Zacarias2015-04-221-5/+0
| | | | | | | | Now that IPv6 is mandatory remove package dependencies and conditionals for it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sofia-sip: needs threadsGustavo Zacarias2015-01-061-0/+4
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/1e8/1e8c466b7a65b8e70f3318ab1a5bad79468f5efd Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sofia-sip: rename patch to the new naming conventionThomas Petazzoni2015-01-011-0/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sofia-sip: new packageGregory Dymarek2015-01-014-0/+76
[Thomas: - Add better Config.in help text. - Fix the hash file format. - Fix comment header in .mk file. - Remove SOURCE variable, as it had the default value. - Add dependency on host-pkgconf, used by the configure script. - Add LICENSE and LICENSE_FILES variables. - Do not use BR2_HAVE_DOCUMENTATION, this option has been removed. Instead, always disable doxygen. - Simplify the IPv6 test. - Add optional dependency on OpenSSL. - Fixup the handling of the --enable-ndebug.] Signed-off-by: Gregory Dymarek <gregd72002@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud