Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1 | DESCRIPTION = "library implementing Secure RTP (RFC 3711)" |
| 2 | HOMEPAGE = "https://github.com/cisco/libsrtp" |
| 3 | SECTION = "libs" |
| 4 | |
| 5 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=15bc16b9d2e305974dde47e733883714" |
| 7 | |
| 8 | S = "${WORKDIR}/git" |
| 9 | SRCREV = "2b091a4fb21c9b06fc5d4b5763bdaec97542fcd7" |
| 10 | SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https;branch=1_6_x_throttle; \ |
| 11 | file://0001-Rename-conflicting-variable-mips.patch \ |
| 12 | " |
| 13 | |
| 14 | inherit autotools |
| 15 | |
| 16 | ALLOW_EMPTY_${PN} = "1" |