Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Diffutils contains tools used for finding differences between files" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 2 | HOMEPAGE = "https://www.gnu.org/software/diffutils/diffutils.html" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 3 | DESCRIPTION = "Diffutils contains the GNU diff, diff3, \ |
| 4 | sdiff, and cmp utilities. These programs are usually \ |
| 5 | used for creating patch files." |
| 6 | SECTION = "base" |
| 7 | |
| 8 | inherit autotools texinfo update-alternatives gettext |
| 9 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 10 | ALTERNATIVE:${PN} = "diff cmp" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 11 | ALTERNATIVE_PRIORITY = "100" |
| 12 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 13 | BBCLASSEXTEND = "native nativesdk" |