summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.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_1.6.0.bb
parentf9f931719640503292fa429da12a082008d0056d (diff)
downloadmeta-openembedded-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_1.6.0.bb')
-rw-r--r--meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb
deleted file mode 100644
index 6c868185f..000000000
--- a/meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "library implementing Secure RTP (RFC 3711)"
2HOMEPAGE = "https://github.com/cisco/libsrtp"
3SECTION = "libs"
4
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=15bc16b9d2e305974dde47e733883714"
7
8S = "${WORKDIR}/git"
9SRCREV = "2b091a4fb21c9b06fc5d4b5763bdaec97542fcd7"
10SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https;branch=1_6_x_throttle; \
11 file://0001-Rename-conflicting-variable-mips.patch \
12 "
13
14inherit autotools pkgconfig
15
16EXTRA_OEMAKE += "shared_library"
17
18ALLOW_EMPTY_${PN} = "1"