Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Opus Audio Codec"
|
||||
DESCRIPTION = "The libopusenc libraries provide a high-level API for encoding \
|
||||
.opus files. libopusenc depends only on libopus."
|
||||
HOMEPAGE = "http://www.opus-codec.org/"
|
||||
SECTION = "libs/multimedia"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=174b92049c2c697eb73112801662a07c"
|
||||
|
||||
DEPENDS = "libopus"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/xiph/libopusenc/releases"
|
||||
|
||||
SRC_URI = "https://ftp.osuosl.org/pub/xiph/releases/opus/libopusenc-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "f038ea0f4168d184c76b42d293697c57"
|
||||
SRC_URI[sha256sum] = "8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9"
|
||||
|
||||
S = "${WORKDIR}/libopusenc-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user