summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-control_0.88.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-control_0.88.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-control_0.88.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-control_0.88.bb b/meta/recipes-kernel/lttng/lttng-control_0.88.bb
deleted file mode 100644
index dee960ff5c..0000000000
--- a/meta/recipes-kernel/lttng/lttng-control_0.88.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SECTION = "devel"
2SUMMARY = "Linux Trace Toolkit Control"
3DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
4extract program execution details from the Linux operating system and \
5interpret them."
6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8PR = "r0"
9
10LTTDATE = "09242010"
11
12SRC_URI = "http://lttng.org/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz"
13
14SRC_URI[md5sum] = "ca81d874352756837518d74c9d1091a7"
15SRC_URI[sha256sum] = "89c625a4d1b0823954217df232a31f3cae31de7b6655c0d885a61bece0dfcd88"
16
17S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}"
18
19inherit autotools
20
21export KERNELDIR="${STAGING_KERNEL_DIR}"
22
23FILES_${PN} += "${datadir}/ltt-control/facilities/*"