diff options
author | Paul Woegerer <paul_woegerer@mentor.com> | 2013-09-05 09:00:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-10 15:57:19 +0100 |
commit | 341c085561f5940fbdeb1afb1f103d49ad045ee0 (patch) | |
tree | 0f4df13bd22d765b75af3ca582d3844a938cc952 | |
parent | 8d82eae8fd40fba8dac717af4cc317db766ab8e0 (diff) | |
download | poky-341c085561f5940fbdeb1afb1f103d49ad045ee0.tar.gz |
lttng-ust: Update to version 2.3.0
(From OE-Core rev: a7e60e7f3b8443106a767cee40954fa893905e07)
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>
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_2.3.0.bb (renamed from meta/recipes-kernel/lttng/lttng-ust_2.2.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.2.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.3.0.bb index 103264bcc6..a3b19203ef 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.2.1.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.3.0.bb | |||
@@ -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 = "481d245409b1caef7fc29790e53584eeb7d1d25d" | 20 | SRCREV = "9f00ce32b103eed13524c876757b6611c5922382" |
21 | PV = "2.2.1" | 21 | PV = "2.3.0" |
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 \ |