summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb20
-rw-r--r--meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb16
2 files changed, 16 insertions, 20 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
deleted file mode 100644
index 5b4f34592b..0000000000
--- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb
+++ /dev/null
@@ -1,20 +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=2909fcf6f09ffff8430463d91c08c4e1"
7
8S = "${WORKDIR}/git"
9SRCREV = "d02d21111e379c297e93a9033d7b653135f732ee"
10SRC_URI = "git://github.com/cisco/libsrtp.git;branch=master;protocol=https"
11
12inherit autotools pkgconfig
13
14EXTRA_OEMAKE += "shared_library"
15
16do_configure:prepend() {
17 cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S}
18}
19
20ALLOW_EMPTY:${PN} = "1"
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb
new file mode 100644
index 0000000000..0946aec60a
--- /dev/null
+++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb
@@ -0,0 +1,16 @@
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
16inherit meson pkgconfig