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:
28599a0
)
BUGFIX for psmisc: DEPENDS is space seperated, not comma.
author
Chris Larson
<clarson@kergoth.com>
Mon, 29 Sep 2003 00:36:25 +0000
(
00:36
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Mon, 29 Sep 2003 00:36:25 +0000
(
00:36
+0000)
BKrev: 3f777e89jyCCxk83e53cLZJZpmoicA
psmisc/psmisc-20.2.oe
patch
|
blob
|
history
diff --git
a/psmisc/psmisc-20.2.oe
b/psmisc/psmisc-20.2.oe
index
e69de29
..
bc871f6
100644
(file)
--- a/
psmisc/psmisc-20.2.oe
+++ b/
psmisc/psmisc-20.2.oe
@@
-0,0
+1,17
@@
+DESCRIPTION="procfs tools"
+SECTION="base"
+PRIORITY="required"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6,libncurses5"
+
+SRC_URI="${SOURCEFORGE_MIRROR}/psmisc/psmisc-20.2.tar.gz"
+
+
+DEPENDS=virtual/libc libncurses5
+S="${WORKDIR}/${P}"
+
+
+do_install () {
+ set -e
+ oe_runmake DESTDIR=${D} install
+}