blob: ad3642923cac59cdd0001d5f6054f4fc23df486a [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
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05009SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050011inherit autotools gettext texinfo update-alternatives upstream-version-is-even
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
13ALTERNATIVE_${PN} = "find xargs"
14ALTERNATIVE_PRIORITY = "100"
15
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016BBCLASSEXTEND = "native nativesdk"