summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb
blob: 233d836c37bebdae955fef6a2ece193119bc1036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
SUMMARY = "Linux Trace Toolkit Viewer"
DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
extract program execution details from the Linux operating system and  \
interpret them."
HOMEPAGE = "http://lttng.org/content/download"
BUGTRACKER = "n/a"

LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \
                    file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
                    file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
PR = "r2"

DEPENDS = "gtk+ pango popt"

SECTION = "devel"

ALTNAME = "lttv-${PV}-21032011"

SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz \
           file://add_linkage_to_lttvwindow.patch"

SRC_URI[md5sum] = "071bf3dd13e7562c08ee8f8971cfc76d"
SRC_URI[sha256sum] = "cf87ffcf5d266b18979418e610a180a0b4214de41677f0be867885e15b2f7647"
S = "${WORKDIR}/${ALTNAME}"

inherit autotools

LEAD_SONAME = "liblttvtraceread*"

FILES_${PN} += "\
    ${libdir}/liblttvtraceread*.so \
    ${libdir}/lttv/plugins/*.so \
    ${datadir}/lttv/facilities/* \
    ${datadir}/lttv/pixmaps/* "
FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/"
FILES_${PN}-dev += "${libdir}/lttv/plugins/*.la"
FILES_${PN}-staticdev += "${libdir}/lttv/plugins/*.a"
INSANE_SKIP_${PN} = "dev-so"