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>
This commit is contained in:
Mark Hatle 2011-02-16 09:42:11 -06:00 committed by Richard Purdie
parent fb9dd99ecf
commit 582ec95d59
1 changed files with 1 additions and 0 deletions

View 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/* "