blob: 229ead6f08e5763bc9a293e85cf37fc465b2a0f5 (
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}/${PN}/${P}.tar.gz \
file://${FILESDIR}/units.c.patch;patch=1 \
file://${FILESDIR}/makefile.patch;patch=1
inherit autotools
|