aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2010-03-22 01:05:22 +0000
committerMarcin Juszkiewicz <marcin@buglabs.net>2010-03-23 10:57:10 +0100
commit0e32eb55ca942764f9e1f3f7c8f56dfb8d21f9ac (patch)
treecaffc1d7fe4202e3a5370fad1ffdcf9245361dfd
parent8eaaccbc98cd1974983cbc3012de8558781ac15f (diff)
downloadopenembedded-0e32eb55ca942764f9e1f3f7c8f56dfb8d21f9ac.tar.gz
procps: adjust FILES so that libproc-*.so lands in ${PN}
Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Philip Balister <philip@balister.org>
-rw-r--r--recipes/procps/procps.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/procps/procps.inc b/recipes/procps/procps.inc
index ddc8030077..2de32d2c83 100644
--- 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"