summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
diff options
context:
space:
mode:
authorJianchuan Wang <jianchuan.wang@windriver.com>2015-07-10 14:33:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-16 15:08:42 +0100
commit780a590cf2f0604435c05445d02c342e3387497f (patch)
treed9a4604617c6ad3b68f1b2f5c847163161731e4f /meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
parent88d60e70da0890184922056cef1f20171f716ace (diff)
downloadopenembedded-core-780a590cf2f0604435c05445d02c342e3387497f.tar.gz
openembedded-core-780a590cf2f0604435c05445d02c342e3387497f.tar.bz2
openembedded-core-780a590cf2f0604435c05445d02c342e3387497f.zip
lttng: Fix timer calculation error
Fix timer calculation error in the lttng-tools/lttng-ust Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
index 8cc4220c20..6397a987a6 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
@@ -27,6 +27,7 @@ SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.6 \
file://runtest-2.4.0.patch \
file://extern-decls.patch \
file://run-ptest \
+ file://lttng-tools-Fix-live-timer-calculation-error.patch \
"
S = "${WORKDIR}/git"