summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-02-16 09:42:11 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-16 16:13:03 +0000
commit582ec95d59796f4cb7a29ae8e61fb06a1a322438 (patch)
tree761d828a5adc3d66d69307453ef866811dd269cf /meta/recipes-kernel/lttng
parentfb9dd99ecfff4146ced6eb43ea259b8874d4a262 (diff)
downloadpoky-582ec95d59796f4cb7a29ae8e61fb06a1a322438.tar.gz
lttng-viewer: Fix rootfs contruction
A required run-time library was leaking into the -dev package. This caused a large number of -dev packages to be included in the build. This library is now part of the base lttng-viewer split. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb
index e3054957d2..fc1321005e 100644
--- a/meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb
+++ b/meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb
@@ -27,6 +27,7 @@ inherit autotools
27LEAD_SONAME = "liblttvtraceread*" 27LEAD_SONAME = "liblttvtraceread*"
28 28
29FILES_${PN} += "\ 29FILES_${PN} += "\
30 ${libdir}/liblttvtraceread*.so \
30 ${libdir}/lttv/plugins/*.so \ 31 ${libdir}/lttv/plugins/*.so \
31 ${datadir}/LinuxTraceToolkitViewer/facilities/* \ 32 ${datadir}/LinuxTraceToolkitViewer/facilities/* \
32 ${datadir}/LinuxTraceToolkitViewer/pixmaps/* " 33 ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "