diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-15 10:29:40 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-15 10:29:40 +0100 |
commit | 0b3384290643080122d5938c6b3f8f6454bf4524 (patch) | |
tree | 228ecf95945d603c7e5bfa1a622549ef53102df1 | |
parent | 96a0d3afc63adbae17f5b7965c02e9d7d87d6078 (diff) |
procps: adjust FILES so that libproc-*.so lands in ${PN}
-rw-r--r-- | recipes/procps/procps.inc | 2 |
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" |