- 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)
18 lines
441 B
BlitzBasic
18 lines
441 B
BlitzBasic
SUMMARY = "An open source MPEG-4 and MPEG-2 AAC decoding library"
|
|
HOMEPAGE = "http://www.audiocoding.com/faad2.html"
|
|
SECTION = "libs"
|
|
LICENSE = "GPL-2.0-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"
|
|
|
|
LICENSE_FLAGS = "commercial"
|
|
|
|
PV .= "+git"
|
|
|
|
SRC_URI = "git://github.com/knik0/faad2.git;branch=master;protocol=https"
|
|
SRCREV = "216f00e8ddba6f2c64caf481a04f1ddd78b93e78"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|