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:
96a0d3a
)
procps: adjust FILES so that libproc-*.so lands in ${PN}
author
Phil Blundell
<philb@gnu.org>
Mon, 15 Jun 2009 09:29:40 +0000
(10:29 +0100)
committer
Phil Blundell
<philb@gnu.org>
Mon, 15 Jun 2009 09:29:40 +0000
(10:29 +0100)
recipes/procps/procps.inc
patch
|
blob
|
history
diff --git
a/recipes/procps/procps.inc
b/recipes/procps/procps.inc
index
ddc8030
..
2de32d2
100644
(file)
--- a/
recipes/procps/procps.inc
+++ b/
recipes/procps/procps.inc
@@
-8,6
+8,8
@@
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "ncurses"
+FILES_${PN} += "${base_libdir}/libproc-*.so"
+
SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \
file://install.patch;patch=1"