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:
28
sources/poky/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
Normal file
28
sources/poky/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
Normal file
@@ -0,0 +1,28 @@
|
||||
SUMMARY = "ATSC A/52 surround sound stream decoder"
|
||||
DESCRIPTION = "Library for decoding ATSC A/52 streams. The A/52 standard \
|
||||
is used in a variety of applications, including digital television \
|
||||
and DVD. It is also known as AC-3."
|
||||
HOMEPAGE = "http://liba52.sourceforge.net/"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
||||
file://include/a52.h;beginline=1;endline=12;md5=81152ceb3562bf20a60d1b6018175dd1"
|
||||
SECTION = "libs"
|
||||
|
||||
inherit autotools
|
||||
|
||||
SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/a52dec-${PV}.tar.gz \
|
||||
file://buildcleanup.patch"
|
||||
|
||||
SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80"
|
||||
SRC_URI[sha256sum] = "a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33"
|
||||
|
||||
UPSTREAM_CHECK_URI = "http://liba52.sourceforge.net/downloads.html"
|
||||
|
||||
S = "${WORKDIR}/a52dec-${PV}"
|
||||
|
||||
EXTRA_OECONF = " --enable-shared "
|
||||
|
||||
PACKAGES =+ "a52dec a52dec-doc"
|
||||
|
||||
FILES:a52dec = " ${bindir}/* "
|
||||
FILES:a52dec-doc = " ${mandir}/man1/* "
|
||||
Reference in New Issue
Block a user