mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-17 00:25:36 +00:00
Drop the local patch, problem is fixed upstream a bit differently
License-Update: Bumped Copyright years [1]
[1] 445c1c94dc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
430 B
BlitzBasic
17 lines
430 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"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OEMAKE += "shared_library"
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|