summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-control_0.89.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-08 13:37:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-08 13:41:21 +0100
commit24e952255e2193771653cc8f2c52fe5fae0be9d3 (patch)
treefd29fdf55425afc3a1946fd733f74d8af59b2a00 /meta/recipes-kernel/lttng/lttng-control_0.89.bb
parentd26c9bd80d8ee5fd125a487435e5c976ea13916a (diff)
downloadpoky-24e952255e2193771653cc8f2c52fe5fae0be9d3.tar.gz
lttng-control: Update to 0.89
(From OE-Core rev: 220c1e5a3aeb20cf0657995d0af4a6eb811f2e24) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-control_0.89.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-control_0.89.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-control_0.89.bb b/meta/recipes-kernel/lttng/lttng-control_0.89.bb
new file mode 100644
index 0000000000..77314c89a1
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-control_0.89.bb
@@ -0,0 +1,23 @@
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 = "05122011"
11
12SRC_URI = "http://lttng.org/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz"
13
14SRC_URI[md5sum] = "2e5a531bf5cab88eef5282b45271789f"
15SRC_URI[sha256sum] = "feb120e0bedd9ef8917dd14ee96cc94941f517826a4c2035d1c4aa33e4e808ab"
16
17S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}"
18
19inherit autotools
20
21export KERNELDIR="${STAGING_KERNEL_DIR}"
22
23FILES_${PN} += "${datadir}/ltt-control/facilities/*"