]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-viewer: clean up FILE after PACKAGE reorder
authorSaul Wold <sgw@linux.intel.com>
Wed, 6 Jun 2012 07:47:07 +0000 (00:47 -0700)
committerSaul Wold <sgw@linux.intel.com>
Wed, 20 Jun 2012 04:59:53 +0000 (21:59 -0700)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb

index 233d836c37bebdae955fef6a2ece193119bc1036..9d9490347b4c2494982e2478b3d10d33beab3e78 100644 (file)
@@ -9,7 +9,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \
                     file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
                     file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
-PR = "r2"
+PR = "r3"
 
 DEPENDS = "gtk+ pango popt"
 
@@ -28,6 +28,7 @@ inherit autotools
 
 LEAD_SONAME = "liblttvtraceread*"
 
+FILES_SOLIBSDEV = ""
 FILES_${PN} += "\
     ${libdir}/liblttvtraceread*.so \
     ${libdir}/lttv/plugins/*.so \