blob: 4fc2de5582dc4c85160dd99c6d022d14e187fa0f (
plain)
1
2
3
4
5
6
7
8
|
SECTION = "base"
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
|