diff options
Diffstat (limited to 'openembedded/packages/lttng/lttng-control_0.1.bb')
-rw-r--r-- | openembedded/packages/lttng/lttng-control_0.1.bb | 14 |
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 @@ | |||
1 | SECTION = "devel" | ||
2 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ | ||
3 | extract program execution details from the Linux operating system and \ | ||
4 | interpret them." | ||
5 | LICENSE = "GPL" | ||
6 | MAINTAINER = "Richard Purdie <rpurdie@rpsys.net>" | ||
7 | |||
8 | SRC_URI = "http://ltt.polymtl.ca/lttng/ltt-control-${PV}-11032006.tar.gz" | ||
9 | |||
10 | S = "${WORKDIR}/ltt-control-${PV}-11032006" | ||
11 | |||
12 | inherit autotools | ||
13 | |||
14 | FILES_${PN} += "${datadir}/ltt-control/facilities/*" \ No newline at end of file | ||