git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e2b01
)
Add DEPENDS to aterm .oe.
author
Chris Larson
<clarson@kergoth.com>
Wed, 17 Dec 2003 22:37:25 +0000
(22:37 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/nonworking/aterm/aterm_0.4.2.oe
b/nonworking/aterm/aterm_0.4.2.oe
index
e69de29
..
3843469
100644
(file)
--- 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/* .
+}