xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Library implementing Secure RTP (RFC 3711)"
2DESCRIPTION = "This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), \
3               the Universal Security Transform (UST), and a supporting cryptographic kernel. The SRTP API \
4               is documented in include/srtp.h, and the library is in libsrtp2.a (after compilation)."
5HOMEPAGE = "https://github.com/cisco/libsrtp"
6BUGTRACKER = "https://github.com/cisco/libsrtp/issues"
7SECTION = "libs"
8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1"
10
11SRC_URI = "git://github.com/cisco/libsrtp.git;branch=2_4_x_throttle;protocol=https"
12SRCREV = "90d05bf8980d16e4ac3f16c19b77e296c4bc207b"
13
14S = "${WORKDIR}/git"
15
16PACKAGECONFIG ?= ""
17PACKAGECONFIG[nss] = "-Dcrypto-library=nss,, nss,,, openssl"
18PACKAGECONFIG[openssl] = "-Dcrypto-library=openssl,, openssl,,, nss"
19
20inherit meson pkgconfig
21