- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
21 lines
916 B
BlitzBasic
21 lines
916 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"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGECONFIG ?= ""
|
|
PACKAGECONFIG[nss] = "-Dcrypto-library=nss,, nss,,, openssl"
|
|
PACKAGECONFIG[openssl] = "-Dcrypto-library=openssl,, openssl,,, nss"
|
|
|
|
inherit meson pkgconfig
|