summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/lttng/lttng-control_0.88.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:38:53 +0100
commit220c1e5a3aeb20cf0657995d0af4a6eb811f2e24 (patch)
tree0fa2c40c174c468e2e0523e7a3f1978410f0c72c /meta/recipes-kernel/lttng/lttng-control_0.88.bb
parent0d240f56ea0128c1228f7cfe1471039a7b602a88 (diff)
downloadopenembedded-core-220c1e5a3aeb20cf0657995d0af4a6eb811f2e24.tar.gz
openembedded-core-220c1e5a3aeb20cf0657995d0af4a6eb811f2e24.tar.bz2
openembedded-core-220c1e5a3aeb20cf0657995d0af4a6eb811f2e24.tar.xz
openembedded-core-220c1e5a3aeb20cf0657995d0af4a6eb811f2e24.zip
lttng-control: Update to 0.89
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.88.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-control_0.88.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-control_0.88.bb b/meta/recipes-kernel/lttng/lttng-control_0.88.bb
deleted file mode 100644
index dee960ff5..000000000
--- a/meta/recipes-kernel/lttng/lttng-control_0.88.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SECTION = "devel"
-SUMMARY = "Linux Trace Toolkit Control"
-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 = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-PR = "r0"
-
-LTTDATE = "09242010"
-
-SRC_URI = "http://lttng.org/files/lttng/ltt-control-${PV}-${LTTDATE}.tar.gz"
-
-SRC_URI[md5sum] = "ca81d874352756837518d74c9d1091a7"
-SRC_URI[sha256sum] = "89c625a4d1b0823954217df232a31f3cae31de7b6655c0d885a61bece0dfcd88"
-
-S = "${WORKDIR}/ltt-control-${PV}-${LTTDATE}"
-
-inherit autotools
-
-export KERNELDIR="${STAGING_KERNEL_DIR}"
-
-FILES_${PN} += "${datadir}/ltt-control/facilities/*"