[oe-commits] Phil Blundell : procps: adjust FILES so that libproc-*.so lands in ${PN}

git version control git at git.openembedded.org
Tue Mar 23 09:58:00 UTC 2010


Module: openembedded.git
Branch: stable/2009
Commit: 0e32eb55ca942764f9e1f3f7c8f56dfb8d21f9ac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0e32eb55ca942764f9e1f3f7c8f56dfb8d21f9ac

Author: Phil Blundell <philb at gnu.org>
Date:   Mon Mar 22 01:05:22 2010 +0000

procps: adjust FILES so that libproc-*.so lands in ${PN}

Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Philip Balister <philip at balister.org>

---

 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 ddc8030..2de32d2 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"
 





More information about the Openembedded-commits mailing list