blob: 3a68a87b1dd5bc0bd3941ad3270db2920c349546 (
plain)
1
2
3
4
5
6
7
8
9
|
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
DESCRIPTION = "Diffutils contains the GNU diff, diff3, \
sdiff, and cmp utilities. These programs are usually \
used for creating patch files."
SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz
inherit autotools
|