From 35387db2be0a64f9b97bb8a1bc5c69c67da16907 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 26 Nov 2003 23:05:08 +0000 Subject: Correcting various dependency issues noticed during the last oemake -a run. BKrev: 3fc531a4VZcNua6H8futydrwoHwIyw --- units/units_1.80.oe | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'units') 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 + -- cgit v1.2.3