blob: bc95039f4c766df2bd33130e6d5f9c1aae734ea1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DEPENDS = "virtual/libc readline"
RDEPENDS = "libc6"
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
|