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