diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-08-29 08:37:01 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-30 16:23:46 +0100 |
commit | 4c138aa83a3b41f1b4dbc99b6aa7950e61ccaf67 (patch) | |
tree | 8fd63d0964552f47e8d1f5c3fe06d688b0abc5d7 /meta/recipes-kernel/lttng | |
parent | 8e85362158bb2b0bb3698437940ea54880f87956 (diff) | |
download | poky-4c138aa83a3b41f1b4dbc99b6aa7950e61ccaf67.tar.gz |
lttng-tools: Update to version 2.2.3
Update lttng-tools to version 2.2.3 to correspond to the LTTng 2.2
"Cuda" - Tracer toolchain stable release.
(From OE-Core rev: 303abf7f2d8e79e8d14ce5b9aff287347aae43be)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.2.3.bb (renamed from meta/recipes-kernel/lttng/lttng-tools_2.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.2.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.2.3.bb index b8215e851a..316f4888cc 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.2.0.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.2.3.bb | |||
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=01d7fc4496aacf37d90df90b90b0cac1 \ | |||
11 | 11 | ||
12 | DEPENDS = "liburcu popt lttng-ust" | 12 | DEPENDS = "liburcu popt lttng-ust" |
13 | 13 | ||
14 | SRCREV = "eff0b2c38d24092c41bbb51926ac4e3b8c6acb83" | 14 | SRCREV = "b1ebf16ce065a35149c39bc4f56ace3671706860" |
15 | PV = "v2.2.0" | 15 | PV = "v2.2.3" |
16 | 16 | ||
17 | SRC_URI = "git://git.lttng.org/lttng-tools.git" | 17 | SRC_URI = "git://git.lttng.org/lttng-tools.git" |
18 | 18 | ||