Files
Trevor Woerner 31cdab6e1e libsrtp: switch away from github archive
Since we know that github archives which are automatically generated have a
tendency to change their checksums[1], switch to using a git clone.

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 2d06171cf6)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14 19:58:15 -07:00

23 lines
576 B
BlitzBasic

DESCRIPTION = "library implementing Secure RTP (RFC 3711)"
HOMEPAGE = "https://github.com/cisco/libsrtp"
SECTION = "libs"
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; \
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"