From: Chris Larson Date: Wed, 17 Dec 2003 22:37:25 +0000 (+0000) Subject: Add DEPENDS to aterm .oe. X-Git-Tag: Release-2010-05/1~20481 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=677faaedaf1ccf078045c98fdb90e4a4b0e3e864;p=openembedded.git Add DEPENDS to aterm .oe. BKrev: 3fe0daa5QomP_SM9fvGjKDm0R2POTQ --- diff --git a/nonworking/aterm/aterm_0.4.2.oe b/nonworking/aterm/aterm_0.4.2.oe index e69de29bb2..384346957f 100644 --- a/nonworking/aterm/aterm_0.4.2.oe +++ b/nonworking/aterm/aterm_0.4.2.oe @@ -0,0 +1,9 @@ +DEPENDS = virtual/libc x11-cvs xproto-cvs + +SRC_URI = ${SOURCEFORGE_MIRROR}/aterm/aterm-${PV}.tar.bz2 + +inherit autotools + +do_configure_prepend () { + cp autoconf/* . +}