summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/lttng/lttng-control_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/lttng/lttng-control_0.1.bb')
-rw-r--r--openembedded/packages/lttng/lttng-control_0.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/openembedded/packages/lttng/lttng-control_0.1.bb b/openembedded/packages/lttng/lttng-control_0.1.bb
new file mode 100644
index 0000000000..018187741b
--- /dev/null
+++ b/openembedded/packages/lttng/lttng-control_0.1.bb
@@ -0,0 +1,14 @@
1SECTION = "devel"
2DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
3extract program execution details from the Linux operating system and \
4interpret them."
5LICENSE = "GPL"
6MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>"
7
8SRC_URI = "http://ltt.polymtl.ca/lttng/ltt-control-${PV}-11032006.tar.gz"
9
10S = "${WORKDIR}/ltt-control-${PV}-11032006"
11
12inherit autotools
13
14FILES_${PN} += "${datadir}/ltt-control/facilities/*" \ No newline at end of file