xref: /openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils.inc (revision c124f4f2e04dca16a428a76c89677328bc7bf908)
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