aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb
blob: 6f349e9c81dd844812615035bbbbe1011488c8ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"

inherit autotools pkgconfig

EXTRA_OEMAKE += "shared_library"
EXTRA_AUTORECONF += "--exclude=automake"

ALLOW_EMPTY_${PN} = "1"