Add DEPENDS to aterm .oe.
authorChris Larson <clarson@kergoth.com>
Wed, 17 Dec 2003 22:37:25 +0000 (22:37 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 17 Dec 2003 22:37:25 +0000 (22:37 +0000)
BKrev: 3fe0daa5QomP_SM9fvGjKDm0R2POTQ

nonworking/aterm/aterm_0.4.2.oe

index e69de29..3843469 100644 (file)
@@ -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/* .
+}