summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/lttng/lttng-modules_0.12.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-23 10:14:56 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-23 10:14:56 +0000
commit632eaf43e31e0b3f9165f341555642de3defe291 (patch)
tree35fba955dbe5037e74dc6d3e11d172dafed9fb6f /openembedded/packages/lttng/lttng-modules_0.12.bb
parentd9fe26c2a32ace4fa8147fbf4c2880e5d7e459f7 (diff)
downloadpoky-632eaf43e31e0b3f9165f341555642de3defe291.tar.gz
lttng: Update lttng-control 0.1 -> 0.6, lttng-viewer 0.34 -> 0.41 and remove now unneeded lttng-modules
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@414 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/lttng/lttng-modules_0.12.bb')
-rw-r--r--openembedded/packages/lttng/lttng-modules_0.12.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/openembedded/packages/lttng/lttng-modules_0.12.bb b/openembedded/packages/lttng/lttng-modules_0.12.bb
deleted file mode 100644
index 51f6a05ec1..0000000000
--- a/openembedded/packages/lttng/lttng-modules_0.12.bb
+++ /dev/null
@@ -1,22 +0,0 @@
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/${PN}-${PV}.tar.gz \
9 file://ltt-modules-fixes.patch;patch=1"
10
11S = "${WORKDIR}/ltt-modules-${PV}"
12
13inherit module
14
15export KERNELDIR="${STAGING_KERNEL_DIR}"
16
17do_install() {
18 install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
19 install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
20}
21
22FILES = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}"