]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-viewer: Fix rootfs contruction
authorMark Hatle <mark.hatle@windriver.com>
Wed, 16 Feb 2011 15:42:11 +0000 (09:42 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Feb 2011 16:13:03 +0000 (16:13 +0000)
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>
meta/recipes-kernel/lttng/lttng-viewer_0.12.36.bb

index e3054957d2ac069199aadb7daf4862f92bb0fe64..fc1321005e870f9d243f5885271e828a49539c7b 100644 (file)
@@ -27,6 +27,7 @@ inherit autotools
 LEAD_SONAME = "liblttvtraceread*"
 
 FILES_${PN} += "\
+    ${libdir}/liblttvtraceread*.so \
     ${libdir}/lttv/plugins/*.so \
     ${datadir}/LinuxTraceToolkitViewer/facilities/* \
     ${datadir}/LinuxTraceToolkitViewer/pixmaps/* "