diff options
author | Jianchuan Wang <jianchuan.wang@windriver.com> | 2015-07-10 14:33:12 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:08:42 +0100 |
commit | 780a590cf2f0604435c05445d02c342e3387497f (patch) | |
tree | d9a4604617c6ad3b68f1b2f5c847163161731e4f /meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb | |
parent | 88d60e70da0890184922056cef1f20171f716ace (diff) | |
download | openembedded-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.bb | 1 |
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" |