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:
19
sources/poky/meta/recipes-extended/findutils/findutils.inc
Normal file
19
sources/poky/meta/recipes-extended/findutils/findutils.inc
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "find, locate, and xargs binaries"
|
||||
DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \
|
||||
These programs are typically used in conjunction with other programs to provide modular and powerful directory \
|
||||
search and file locating capabilities to other commands."
|
||||
HOMEPAGE = "http://www.gnu.org/software/findutils/"
|
||||
BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils"
|
||||
SECTION = "console/utils"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz \
|
||||
file://autoconf-2.73.patch \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
inherit autotools gettext texinfo update-alternatives ptest
|
||||
|
||||
ALTERNATIVE:${PN} = "find xargs"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user