libsrtp: bump 1.5.2 -> 1.6.0

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Trevor Woerner 2018-05-09 17:22:46 -04:00 committed by Armin Kuster
parent 2d06171cf6
commit 676b177143

View File

@ -6,17 +6,11 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=15bc16b9d2e305974dde47e733883714"
S = "${WORKDIR}/git"
SRCREV = "e806a66bad35f4b215b7a825c24ef0ec4cc19569"
SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https; \
SRCREV = "2b091a4fb21c9b06fc5d4b5763bdaec97542fcd7"
SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https;branch=1_6_x_throttle; \
file://0001-Rename-conflicting-variable-mips.patch \
"
inherit autotools
do_install[postfuncs] += " rm_unused_bindir "
rm_unused_bindir() {
rmdir ${D}/${bindir}
}
ALLOW_EMPTY_${PN} = "1"