blob: 6925a19ae757cbd1d4816b16c7cbfd6bf4050974 (
plain)
1
2
3
4
5
6
7
8
9
|
DEPENDS = "virtual/libc readline"
DESCRIPTION = "GNU units converts between different systems of units."
SRC_URI = "${GNU_MIRROR}/units/units-${PV}.tar.gz \
file://${FILESDIR}/units.c.patch;patch=1 \
file://${FILESDIR}/makefile.patch;patch=1"
inherit autotools
|