From: Phil Blundell Date: Mon, 15 Jun 2009 09:29:40 +0000 (+0100) Subject: procps: adjust FILES so that libproc-*.so lands in ${PN} X-Git-Tag: Release-2010-05/1~3152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b3384290643080122d5938c6b3f8f6454bf4524;p=openembedded.git procps: adjust FILES so that libproc-*.so lands in ${PN} --- 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"