summaryrefslogtreecommitdiffstats
path: root/recipes-extended/diffutils/diffutils.inc
blob: 08ebaa95cd5ba331f5b313e95d65c016c4d329e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "Diffutils contains tools used for finding differences between files"
DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
sdiff, and cmp utilities. These programs are usually \
used for creating patch files."
SECTION = "base"

inherit autotools texinfo update-alternatives gettext

ALTERNATIVE:${PN} = "diff cmp"
ALTERNATIVE_PRIORITY = "100"