blob: 66fc5119bacdc88743b9a687bcdb38c2d73c39fd (
plain)
1
2
3
4
5
6
7
8
9
|
SECTION = "base"
LICENSE = "GPL"
DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
sdiff, and cmp utilities. These programs are usually \
used for creating patch files."
SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.gz"
inherit autotools
|