procps: adjust FILES so that libproc-*.so lands in ${PN}
authorPhil Blundell <philb@gnu.org>
Mon, 15 Jun 2009 09:29:40 +0000 (10:29 +0100)
committerPhil Blundell <philb@gnu.org>
Mon, 15 Jun 2009 09:29:40 +0000 (10:29 +0100)
recipes/procps/procps.inc

index ddc8030..2de32d2 100644 (file)
@@ -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"