- 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)
16 lines
501 B
BlitzBasic
16 lines
501 B
BlitzBasic
SUMMARY = "library to create an ISO-9660 filesystem"
|
|
HOMEPAGE = "https://libburnia-project.org/"
|
|
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
|
|
file://COPYRIGHT;md5=1c1e5a960562d65f6449bb1d21e1dffc"
|
|
|
|
SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz"
|
|
SRC_URI[sha256sum] = "0152d66a9d340b659fe9c880eb9190f3570fb477ac07cf52e8bcd134a1d30d70"
|
|
|
|
DEPENDS = "acl zlib"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native"
|