Files
Peter Kjellerstedt 0ea7cebacf libsrtp: Switch branch from master to main
The master branch has been renamed to main in the github repo.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-04-07 16:42:55 -07:00

21 lines
541 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=2909fcf6f09ffff8430463d91c08c4e1"
S = "${WORKDIR}/git"
SRCREV = "d02d21111e379c297e93a9033d7b653135f732ee"
SRC_URI = "git://github.com/cisco/libsrtp.git;branch=main;protocol=https"
inherit autotools pkgconfig
EXTRA_OEMAKE += "shared_library"
do_configure:prepend() {
cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S}
}
ALLOW_EMPTY:${PN} = "1"