blob: 03cf2a8d72b02615ad6621a69925ef10389d27df [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 \
Patrick Williams2a254922023-08-11 09:48:11 -050010 file://autoconf-2.73.patch \
Andrew Geisslereff27472021-10-29 15:35:00 -050011 file://run-ptest \
12 "
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013
Andrew Geisslereff27472021-10-29 15:35:00 -050014inherit autotools gettext texinfo update-alternatives ptest
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015
Patrick Williams213cb262021-08-07 19:21:33 -050016ALTERNATIVE:${PN} = "find xargs"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050017ALTERNATIVE_PRIORITY = "100"
18
Patrick Williamsc124f4f2015-09-15 14:41:29 -050019BBCLASSEXTEND = "native nativesdk"