]> code.ossystems Code Review - openembedded-core.git/commitdiff
procps: clean up FILE after PACKAGE reorder
authorSaul Wold <sgw@linux.intel.com>
Wed, 6 Jun 2012 01:23:25 +0000 (18:23 -0700)
committerSaul Wold <sgw@linux.intel.com>
Wed, 20 Jun 2012 04:59:52 +0000 (21:59 -0700)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/procps/procps.inc
meta/recipes-extended/procps/procps_3.2.8.bb

index ada325762df21f4682adf7b45d501628a0755f66..80080fc4884b970d7c4942b9cec450524405ac51 100644 (file)
@@ -10,9 +10,11 @@ LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
                   file://proc/COPYING;md5=6e29c688d912da12b66b73e32b03d812"
 DEPENDS = "ncurses"
 
-FILES_${PN} += "${base_libdir}/libproc-*.so"
-
 SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \
            file://install.patch"
 
 inherit autotools
+
+FILES_${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so"
+FILES_SOLIBSDEV = ""
+FILES_${PN} += ""
index dfae0b8f227030c9f512c4c782c87475c8b8d9a7..5508eb05b330a54dd78d10a72427fd524139ef0e 100644 (file)
@@ -1,6 +1,6 @@
 require procps.inc
 
-PR = "r7"
+PR = "r8"
 
 inherit update-alternatives