summaryrefslogtreecommitdiff
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 000000000..018187741
--- /dev/null
+++ b/openembedded/packages/lttng/lttng-control_0.1.bb
@@ -0,0 +1,14 @@
+SECTION = "devel"
+DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
+extract program execution details from the Linux operating system and \
+interpret them."
+LICENSE = "GPL"
+MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>"
+
+SRC_URI = "http://ltt.polymtl.ca/lttng/ltt-control-${PV}-11032006.tar.gz"
+
+S = "${WORKDIR}/ltt-control-${PV}-11032006"
+
+inherit autotools
+
+FILES_${PN} += "${datadir}/ltt-control/facilities/*" \ No newline at end of file