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