From: Tom Zanussi Date: Thu, 29 Aug 2013 13:37:01 +0000 (-0500) Subject: lttng-tools: Update to version 2.2.3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=303abf7f2d8e79e8d14ce5b9aff287347aae43be;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Tom Zanussi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.2.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.2.3.bb similarity index 93% rename from meta/recipes-kernel/lttng/lttng-tools_2.2.0.bb rename to meta/recipes-kernel/lttng/lttng-tools_2.2.3.bb index b8215e851af..316f4888cce 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 \ DEPENDS = "liburcu popt lttng-ust" -SRCREV = "eff0b2c38d24092c41bbb51926ac4e3b8c6acb83" -PV = "v2.2.0" +SRCREV = "b1ebf16ce065a35149c39bc4f56ace3671706860" +PV = "v2.2.3" SRC_URI = "git://git.lttng.org/lttng-tools.git"