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