generic-poky/meta/packages/lttng/lttng-viewer_0.8.84.bb

23 lines
642 B
BlitzBasic

SECTION = "devel"
DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
extract program execution details from the Linux operating system and \
interpret them."
LICENSE = "GPL"
PR = "r0"
DEPENDS = "gtk+ pango popt"
ALTNAME = "LinuxTraceToolkitViewer-${PV}-12082007"
SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz"
S = "${WORKDIR}/${ALTNAME}"
inherit autotools
LEAD_SONAME = "liblttvtraceread*"
FILES_${PN} += "\
${libdir}/lttv/plugins/*.so \
${datadir}/LinuxTraceToolkitViewer/facilities/* \
${datadir}/LinuxTraceToolkitViewer/pixmaps/* "
FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/"