summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
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
parentfb9dd99ecfff4146ced6eb43ea259b8874d4a262 (diff)
downloadast2050-yocto-poky-582ec95d59796f4cb7a29ae8e61fb06a1a322438.zip
ast2050-yocto-poky-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')
-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 e305495..fc13210 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
LEAD_SONAME = "liblttvtraceread*"
FILES_${PN} += "\
+ ${libdir}/liblttvtraceread*.so \
${libdir}/lttv/plugins/*.so \
${datadir}/LinuxTraceToolkitViewer/facilities/* \
${datadir}/LinuxTraceToolkitViewer/pixmaps/* "
OpenPOWER on IntegriCloud