xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/diffutils/diffutils.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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