[poky] [PATCH 1/1] lttng-viewer: Fix rootfs contruction

Mark Hatle mark.hatle at windriver.com
Wed Feb 16 07:45:11 PST 2011


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 at windriver.com>
---
 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 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/* "
-- 
1.7.3.4




More information about the poky mailing list