blob: ea8a1b7afec3a261e8d2e3028205efc1ec3d5620 [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 Geissler82c905d2020-04-13 13:39:40 -05009SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010
Andrew Geissler82c905d2020-04-13 13:39:40 -050011inherit autotools gettext texinfo update-alternatives
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
Patrick Williams213cb262021-08-07 19:21:33 -050013ALTERNATIVE:${PN} = "find xargs"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014ALTERNATIVE_PRIORITY = "100"
15
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016BBCLASSEXTEND = "native nativesdk"