diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-12-12 22:24:24 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-13 08:15:33 -0800 |
commit | 1b65c0ef720a2ebb51b02ac5edac45e99a98ce08 (patch) | |
tree | 216d4f64787c01bcf26dd084b135c5be5ee28cd3 | |
parent | 9df8274f31a1deeaf5a61496dfc19c0704baa57e (diff) | |
download | meta-openembedded-1b65c0ef720a2ebb51b02ac5edac45e99a98ce08.tar.gz |
libsrtp: update to 2.4.2
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb | 20 | ||||
-rw-r--r-- | meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb | 16 |
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 @@ | |||
1 | DESCRIPTION = "library implementing Secure RTP (RFC 3711)" | ||
2 | HOMEPAGE = "https://github.com/cisco/libsrtp" | ||
3 | SECTION = "libs" | ||
4 | |||
5 | LICENSE = "BSD-3-Clause" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1" | ||
7 | |||
8 | S = "${WORKDIR}/git" | ||
9 | SRCREV = "d02d21111e379c297e93a9033d7b653135f732ee" | ||
10 | SRC_URI = "git://github.com/cisco/libsrtp.git;branch=master;protocol=https" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | EXTRA_OEMAKE += "shared_library" | ||
15 | |||
16 | do_configure:prepend() { | ||
17 | cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S} | ||
18 | } | ||
19 | |||
20 | ALLOW_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 @@ | |||
1 | SUMMARY = "Library implementing Secure RTP (RFC 3711)" | ||
2 | DESCRIPTION = "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)." | ||
5 | HOMEPAGE = "https://github.com/cisco/libsrtp" | ||
6 | BUGTRACKER = "https://github.com/cisco/libsrtp/issues" | ||
7 | SECTION = "libs" | ||
8 | LICENSE = "BSD-3-Clause" | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1" | ||
10 | |||
11 | SRC_URI = "git://github.com/cisco/libsrtp.git;branch=2_4_x_throttle;protocol=https" | ||
12 | SRCREV = "90d05bf8980d16e4ac3f16c19b77e296c4bc207b" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit meson pkgconfig | ||