summaryrefslogtreecommitdiff
path: root/openembedded/packages/lttng/lttng-control_0.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-22 15:07:03 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-22 15:07:03 +0000
commit91a5b96208f739ab8448081f2c895f80a92412b1 (patch)
tree5c1cb49cca1b557bf0291dd157c667db3a76b9c4 /openembedded/packages/lttng/lttng-control_0.1.bb
parent1a630d6ef9a06079771fa1709e8efea1e67b29a5 (diff)
downloadopenembedded-core-91a5b96208f739ab8448081f2c895f80a92412b1.tar.gz
openembedded-core-91a5b96208f739ab8448081f2c895f80a92412b1.tar.bz2
openembedded-core-91a5b96208f739ab8448081f2c895f80a92412b1.tar.xz
openembedded-core-91a5b96208f739ab8448081f2c895f80a92412b1.zip
Add LTTng packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@323 311d38ba-8fff-0310-9ca6-ca027cbcb966
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