blob: ddcc05750b85eff7700eef8c0a42419ae044e87d [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "find, locate, and xargs binaries"
2DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \
3These programs are typically used in conjunction with other programs to provide modular and powerful directory \
4search and file locating capabilities to other commands."
5HOMEPAGE = "http://www.gnu.org/software/findutils/"
6BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils"
7SECTION = "console/utils"
8
Andrew Geisslereff27472021-10-29 15:35:00 -05009SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz \
10 file://run-ptest \
11 "
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
Andrew Geisslereff27472021-10-29 15:35:00 -050013inherit autotools gettext texinfo update-alternatives ptest
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014
Patrick Williams213cb262021-08-07 19:21:33 -050015ALTERNATIVE:${PN} = "find xargs"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016ALTERNATIVE_PRIORITY = "100"
17
Patrick Williamsc124f4f2015-09-15 14:41:29 -050018BBCLASSEXTEND = "native nativesdk"