summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb40
1 files changed, 0 insertions, 40 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb
deleted file mode 100644
index 9d9490347b..0000000000
--- a/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb
+++ /dev/null
@@ -1,40 +0,0 @@
1SUMMARY = "Linux Trace Toolkit Viewer"
2DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
3extract program execution details from the Linux operating system and \
4interpret them."
5HOMEPAGE = "http://lttng.org/content/download"
6BUGTRACKER = "n/a"
7
8LICENSE = "GPLv2 & LGPLv2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \
10 file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
11 file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
12PR = "r3"
13
14DEPENDS = "gtk+ pango popt"
15
16SECTION = "devel"
17
18ALTNAME = "lttv-${PV}-21032011"
19
20SRC_URI = "http://lttng.org/files/packages/${ALTNAME}.tar.gz \
21 file://add_linkage_to_lttvwindow.patch"
22
23SRC_URI[md5sum] = "071bf3dd13e7562c08ee8f8971cfc76d"
24SRC_URI[sha256sum] = "cf87ffcf5d266b18979418e610a180a0b4214de41677f0be867885e15b2f7647"
25S = "${WORKDIR}/${ALTNAME}"
26
27inherit autotools
28
29LEAD_SONAME = "liblttvtraceread*"
30
31FILES_SOLIBSDEV = ""
32FILES_${PN} += "\
33 ${libdir}/liblttvtraceread*.so \
34 ${libdir}/lttv/plugins/*.so \
35 ${datadir}/lttv/facilities/* \
36 ${datadir}/lttv/pixmaps/* "
37FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/"
38FILES_${PN}-dev += "${libdir}/lttv/plugins/*.la"
39FILES_${PN}-staticdev += "${libdir}/lttv/plugins/*.a"
40INSANE_SKIP_${PN} = "dev-so"