diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/units_1.80.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/units/units_1.80.oe b/units/units_1.80.oe index e69de29bb2..1991ff9954 100644 --- a/units/units_1.80.oe +++ b/units/units_1.80.oe @@ -0,0 +1,10 @@ +DEPENDS = virtual/libc readline +RDEPENDS = libc6 + +SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz \ + file://${FILESDIR}/units.c.patch;patch=1 \ + file://${FILESDIR}/makefile.patch;patch=1 +S = ${WORKDIR}/${P} + +inherit autotools + |