1SUMMARY = "Diffutils contains tools used for finding differences between files" 2HOMEPAGE = "https://www.gnu.org/software/diffutils/diffutils.html" 3DESCRIPTION = "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 10ALTERNATIVE:${PN} = "diff cmp" 11ALTERNATIVE_PRIORITY = "100" 12 13BBCLASSEXTEND = "native nativesdk" 14