diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-01 11:52:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-01 11:52:55 +0000 |
commit | 1218268c8bef2fb087db5f0958835c1695c1cb90 (patch) | |
tree | a41a5cd327f00fe716a22e17af183d8fe467d189 /meta/packages/lttng | |
parent | ccf25acde6daf3b234414f716f25ef66cc333da1 (diff) | |
download | poky-1218268c8bef2fb087db5f0958835c1695c1cb90.tar.gz |
lttng-control: 0.18 -> 0.42
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2252 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/lttng')
-rw-r--r-- | meta/packages/lttng/lttng-control-0.42/dynticks.patch (renamed from meta/packages/lttng/lttng-control-0.18/dynticks.patch) | 0 | ||||
-rw-r--r-- | meta/packages/lttng/lttng-control_0.42.bb | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/lttng/lttng-control-0.18/dynticks.patch b/meta/packages/lttng/lttng-control-0.42/dynticks.patch index c9bf2e9be7..c9bf2e9be7 100644 --- a/meta/packages/lttng/lttng-control-0.18/dynticks.patch +++ b/meta/packages/lttng/lttng-control-0.42/dynticks.patch | |||
diff --git a/meta/packages/lttng/lttng-control_0.42.bb b/meta/packages/lttng/lttng-control_0.42.bb new file mode 100644 index 0000000000..0525f23ffa --- /dev/null +++ b/meta/packages/lttng/lttng-control_0.42.bb | |||
@@ -0,0 +1,16 @@ | |||
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 | |||
7 | SRC_URI = "http://ltt.polymtl.ca/lttng/ltt-control-${PV}-16072007.tar.gz \ | ||
8 | file://dynticks.patch;patch=1" | ||
9 | |||
10 | S = "${WORKDIR}/ltt-control-${PV}-16072007" | ||
11 | |||
12 | inherit autotools | ||
13 | |||
14 | export KERNELDIR="${STAGING_KERNEL_DIR}" | ||
15 | |||
16 | FILES_${PN} += "${datadir}/ltt-control/facilities/*" \ No newline at end of file | ||