- 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)
20 lines
756 B
PHP
20 lines
756 B
PHP
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"
|