xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/findutils/findutils.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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