summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/diffutils/diffutils.inc
blob: c9e3130587ddc8717f0e62c7c142f221d35aabf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Diffutils contains tools used for finding differences between files"
HOMEPAGE = "https://www.gnu.org/software/diffutils/diffutils.html"
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"

BBCLASSEXTEND = "native nativesdk"