Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "find, locate, and xargs binaries" |
| 2 | DESCRIPTION = "The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. \ |
| 3 | These programs are typically used in conjunction with other programs to provide modular and powerful directory \ |
| 4 | search and file locating capabilities to other commands." |
| 5 | HOMEPAGE = "http://www.gnu.org/software/findutils/" |
| 6 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" |
| 7 | SECTION = "console/utils" |
| 8 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 9 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 10 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 11 | inherit autotools gettext texinfo update-alternatives upstream-version-is-even |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 12 | |
| 13 | ALTERNATIVE_${PN} = "find xargs" |
| 14 | ALTERNATIVE_PRIORITY = "100" |
| 15 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 16 | BBCLASSEXTEND = "native nativesdk" |