diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-02-16 09:42:11 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-16 16:13:03 +0000 |
commit | 582ec95d59796f4cb7a29ae8e61fb06a1a322438 (patch) | |
tree | 761d828a5adc3d66d69307453ef866811dd269cf /meta/recipes-kernel | |
parent | fb9dd99ecfff4146ced6eb43ea259b8874d4a262 (diff) | |
download | 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.bb | 1 |
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 | |||
27 | LEAD_SONAME = "liblttvtraceread*" | 27 | LEAD_SONAME = "liblttvtraceread*" |
28 | 28 | ||
29 | FILES_${PN} += "\ | 29 | FILES_${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/* " |