1SUMMARY = "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 9SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz \ 10 file://run-ptest \ 11 " 12 13inherit autotools gettext texinfo update-alternatives ptest 14 15ALTERNATIVE:${PN} = "find xargs" 16ALTERNATIVE_PRIORITY = "100" 17 18BBCLASSEXTEND = "native nativesdk" 19