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:
27
sources/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
Normal file
27
sources/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
Normal file
@@ -0,0 +1,27 @@
|
||||
SUMMARY = "Ext2 Filesystem Utilities"
|
||||
DESCRIPTION = "The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating, \
|
||||
fixing, configuring , and debugging ext2 filesystems."
|
||||
HOMEPAGE = "http://e2fsprogs.sourceforge.net/"
|
||||
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.0-only & BSD-3-Clause & MIT"
|
||||
LICENSE:e2fsprogs-dumpe2fs = "GPL-2.0-only"
|
||||
LICENSE:e2fsprogs-e2fsck = "GPL-2.0-only"
|
||||
LICENSE:e2fsprogs-mke2fs = "GPL-2.0-only"
|
||||
LICENSE:e2fsprogs-tune2fs = "GPL-2.0-only"
|
||||
LICENSE:e2fsprogs-badblocks = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://NOTICE;md5=d50be0580c0b0a7fbc7a4830bbe6c12b \
|
||||
file://lib/ext2fs/ext2fs.h;beginline=1;endline=9;md5=596a8dedcb4e731c6b21c7a46fba6bef \
|
||||
file://lib/e2p/e2p.h;beginline=1;endline=7;md5=8a74ade8f9d65095d70ef2d4bf48e36a \
|
||||
file://lib/uuid/uuid.h.in;beginline=1;endline=32;md5=dbb8079e114a5f841934b99e59c8820a \
|
||||
file://lib/uuid/COPYING;md5=58dcd8452651fc8b07d1f65ce07ca8af \
|
||||
file://lib/et/et_name.c;beginline=1;endline=11;md5=ead236447dac7b980dbc5b4804d8c836 \
|
||||
file://lib/ss/ss.h;beginline=1;endline=20;md5=6e89ad47da6e75fecd2b5e0e81e1d4a6"
|
||||
SECTION = "base"
|
||||
DEPENDS = "util-linux attr autoconf-archive-native"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git;branch=master;protocol=https"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools gettext texinfo pkgconfig multilib_header update-alternatives ptest
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user