mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
autoconf-2.73.patch is dropped as it's not needed any more. The run-ptest script is fixed. Instead copying function definitions from init.cfg file, we should just install init.cfg file in the ptest package. The coreutils-getlimits is added as a runtime dependency of the ptest package because the getlimits command is needed. (From OE-Core rev: aaf3655266e05b0e21dee55757041d2daa2778b3) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
717 B
PHP
19 lines
717 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://run-ptest \
|
|
"
|
|
|
|
inherit autotools gettext texinfo update-alternatives ptest
|
|
|
|
ALTERNATIVE:${PN} = "find xargs"
|
|
ALTERNATIVE_PRIORITY = "100"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|