- 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
644 B
BlitzBasic
21 lines
644 B
BlitzBasic
SUMMARY = "Tools for Flash-Friendly File System (F2FS)"
|
|
HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3"
|
|
|
|
# to provide libuuid
|
|
DEPENDS = "util-linux"
|
|
|
|
SRCREV = "06c027abc6153c4a97cba5317844e8dcaaee3cf7"
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;branch=master \
|
|
file://0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch \
|
|
"
|
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit pkgconfig autotools
|
|
|
|
BBCLASSEXTEND = "native"
|