diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-25 13:59:37 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-25 13:59:37 +0000 |
commit | 2f2de3f3a109cfe9179ff5165dd47c9f32416f04 (patch) | |
tree | 453996c704034d924dcbb93b20dfb2b98af4a949 /meta/packages/lttng/lttng-control_0.43.bb | |
parent | e6fccbb463f2522bb0d20bf07054ce5428a3c1be (diff) | |
download | openembedded-core-2f2de3f3a109cfe9179ff5165dd47c9f32416f04.tar.gz openembedded-core-2f2de3f3a109cfe9179ff5165dd47c9f32416f04.tar.bz2 openembedded-core-2f2de3f3a109cfe9179ff5165dd47c9f32416f04.zip |
lttng-control: 0.42 -> 0.43
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3228 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/lttng/lttng-control_0.43.bb')
-rw-r--r-- | meta/packages/lttng/lttng-control_0.43.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/lttng/lttng-control_0.43.bb b/meta/packages/lttng/lttng-control_0.43.bb new file mode 100644 index 0000000000..8999dc2de1 --- /dev/null +++ b/meta/packages/lttng/lttng-control_0.43.bb @@ -0,0 +1,17 @@ +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" + +SRC_URI = "http://ltt.polymtl.ca/lttng/ltt-control-${PV}-10082007.tar.gz \ + file://build_fix.patch;patch=1 \ + file://dynticks.patch;patch=1" + +S = "${WORKDIR}/ltt-control-${PV}-10082007" + +inherit autotools + +export KERNELDIR="${STAGING_KERNEL_DIR}" + +FILES_${PN} += "${datadir}/ltt-control/facilities/*"
\ No newline at end of file |