aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-02-04 16:18:12 -0800
committerKhem Raj <raj.khem@gmail.com>2021-02-04 17:33:51 -0800
commit290d4ce30cc9da0d755b92dc9dbc44967a924d30 (patch)
tree5fada592aded2975cf30eb67c7cdcc8d47adc34c /meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb
parentf9f931719640503292fa429da12a082008d0056d (diff)
downloadmeta-openembedded-contrib-290d4ce30cc9da0d755b92dc9dbc44967a924d30.tar.gz
libsrtp: Update to 2.3.0
Drop the local patch, problem is fixed upstream a bit differently License-Update: Bumped Copyright years [1] [1] https://github.com/cisco/libsrtp/commit/445c1c94dc3df48fb633779d1b5d0b743bf522a4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb')
-rw-r--r--meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb
new file mode 100644
index 0000000000..57b6108a95
--- /dev/null
+++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb
@@ -0,0 +1,16 @@
+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"