blob: 194d6e5a1b7caa025022bbdee2fa0cf87e169df6 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Diffutils contains tools used for finding differences between files"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002HOMEPAGE = "https://www.gnu.org/software/diffutils/diffutils.html"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05003DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
4sdiff, and cmp utilities. These programs are usually \
5used for creating patch files."
6SECTION = "base"
7
8inherit autotools texinfo update-alternatives gettext
9
Patrick Williams213cb262021-08-07 19:21:33 -050010ALTERNATIVE:${PN} = "diff cmp"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050011ALTERNATIVE_PRIORITY = "100"
12
Brad Bishop316dfdd2018-06-25 12:45:53 -040013BBCLASSEXTEND = "native nativesdk"