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:
44c12a6
)
Add flex to DEPENDS in 'at'.
author
Chris Larson
<clarson@kergoth.com>
Fri, 17 Oct 2003 22:55:56 +0000
(22:55 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Fri, 17 Oct 2003 22:55:56 +0000
(22:55 +0000)
BKrev: 3f90737c6rruai6WFtUd2_5i0zPM8Q
at/at_3.1.8.oe
patch
|
blob
|
history
diff --git
a/at/at_3.1.8.oe
b/at/at_3.1.8.oe
index
e69de29
..
46bba94
100644
(file)
--- 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
+}