diff options
author | Paul Woegerer <paul_woegerer@mentor.com> | 2013-11-14 13:34:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-20 14:03:26 +0000 |
commit | ea7aba758db93fedd6e38e7291b14bb5cbbd3f1b (patch) | |
tree | e0aa6f237733cdb6a098db0b860bddfffc38682c /meta/recipes-kernel/lttng | |
parent | 182dc38eb525ca9bfabc51d569c65708e1cc17b5 (diff) | |
download | poky-ea7aba758db93fedd6e38e7291b14bb5cbbd3f1b.tar.gz |
lttng-ust: Update to version 2.3.1
(From OE-Core rev: c471a63ecacf38752a64d0827d37f8a934319bed)
Signed-off-by: Paul Woegerer <paul_woegerer@mentor.com>
Signed-off-by: Saul Wold <sgw@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-ust_2.3.1.bb (renamed from meta/recipes-kernel/lttng/lttng-ust_2.3.0.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.3.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb index a3b19203ef..ae52ee8ad3 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.3.0.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.3.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Linux Trace Toolkit Userspace Tracer 2.0" | 1 | SUMMARY = "Linux Trace Toolkit Userspace Tracer 2.x" |
2 | DESCRIPTION = "The LTTng UST 2.0 package contains the userspace tracer library to trace userspace codes." | 2 | DESCRIPTION = "The LTTng UST 2.x package contains the userspace tracer library to trace userspace codes." |
3 | HOMEPAGE = "http://lttng.org/ust" | 3 | HOMEPAGE = "http://lttng.org/ust" |
4 | BUGTRACKER = "https://bugs.lttng.org/projects/lttng-ust" | 4 | BUGTRACKER = "https://bugs.lttng.org/projects/lttng-ust" |
5 | 5 | ||
@@ -17,8 +17,8 @@ RPROVIDES_${PN} = "lttng2-ust" | |||
17 | RREPLACES_${PN} = "lttng2-ust" | 17 | RREPLACES_${PN} = "lttng2-ust" |
18 | RCONFLICTS_${PN} = "lttng2-ust" | 18 | RCONFLICTS_${PN} = "lttng2-ust" |
19 | 19 | ||
20 | SRCREV = "9f00ce32b103eed13524c876757b6611c5922382" | 20 | SRCREV = "535d0408caee93577c2b4d8ad3cd672fa97eac1d" |
21 | PV = "2.3.0" | 21 | PV = "2.3.1" |
22 | PE = "2" | 22 | PE = "2" |
23 | 23 | ||
24 | SRC_URI = "git://git.lttng.org/lttng-ust.git \ | 24 | SRC_URI = "git://git.lttng.org/lttng-ust.git \ |