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

git version control git at git.openembedded.org
Mon Jun 15 09:30:45 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0b3384290643080122d5938c6b3f8f6454bf4524
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0b3384290643080122d5938c6b3f8f6454bf4524

Author: Phil Blundell <philb at gnu.org>
Date:   Mon Jun 15 10:29:40 2009 +0100

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

---

 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