From: Chris Larson Date: Fri, 17 Oct 2003 22:55:56 +0000 (+0000) Subject: Add flex to DEPENDS in 'at'. X-Git-Tag: Release-2010-05/1~20657 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73985aed9e8fecd1848e0d17f08a78f26068c7f9;p=openembedded.git Add flex to DEPENDS in 'at'. BKrev: 3f90737c6rruai6WFtUd2_5i0zPM8Q --- diff --git a/at/at_3.1.8.oe b/at/at_3.1.8.oe index e69de29bb2..46bba94811 100644 --- a/at/at_3.1.8.oe +++ b/at/at_3.1.8.oe @@ -0,0 +1,14 @@ +DEPENDS = virtual/libc flex +RDEPENDS = libc6 + +SRC_URI = ${DEBIAN_MIRROR}/main/a/at/at_${PV}-11.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/nonrootinstall.patch;patch=1 + +inherit autotools + +export LIBS=-L${STAGING_LIBDIR} + +do_install () { + oe_runmake 'IROOT=${D}' install +}