mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 23:13:04 +02:00

Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
895 B
BlitzBasic
20 lines
895 B
BlitzBasic
SUMMARY = "Library implementing Secure RTP (RFC 3711)"
|
|
DESCRIPTION = "This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), \
|
|
the Universal Security Transform (UST), and a supporting cryptographic kernel. The SRTP API \
|
|
is documented in include/srtp.h, and the library is in libsrtp2.a (after compilation)."
|
|
HOMEPAGE = "https://github.com/cisco/libsrtp"
|
|
BUGTRACKER = "https://github.com/cisco/libsrtp/issues"
|
|
SECTION = "libs"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1"
|
|
|
|
SRC_URI = "git://github.com/cisco/libsrtp.git;branch=main;protocol=https"
|
|
SRCREV = "a566a9cfcd619e8327784aa7cff4a1276dc1e895"
|
|
|
|
|
|
PACKAGECONFIG ?= ""
|
|
PACKAGECONFIG[nss] = "-Dcrypto-library=nss,, nss,,, openssl"
|
|
PACKAGECONFIG[openssl] = "-Dcrypto-library=openssl,, openssl,,, nss"
|
|
|
|
inherit meson pkgconfig
|