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 | |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 9 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz \ |
| 10 | file://run-ptest \ |
| 11 | " |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 12 | |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 13 | inherit autotools gettext texinfo update-alternatives ptest |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 14 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 15 | ALTERNATIVE:${PN} = "find xargs" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 16 | ALTERNATIVE_PRIORITY = "100" |
| 17 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 18 | BBCLASSEXTEND = "native nativesdk" |