diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:05:08 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:05:08 +0000 |
commit | 35387db2be0a64f9b97bb8a1bc5c69c67da16907 (patch) | |
tree | 7f349b597b0a5604f68400e6db0820749e5c91f8 /units | |
parent | aa7792d1c07358bee1370a9bee01ed025627cf7e (diff) |
Correcting various dependency issues noticed during the last oemake -a run.
BKrev: 3fc531a4VZcNua6H8futydrwoHwIyw
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 + |