diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-30 14:25:51 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 17:04:50 +0000 |
commit | d25f3980a5f04e1fdf808186b133d86070143614 (patch) | |
tree | 6228b3467e0366b468eab2eebcc6bc90fd98edfe /meta/recipes-kernel | |
parent | 1fc866e559452b246eaaffab6b2468d1519cfbe1 (diff) | |
download | poky-d25f3980a5f04e1fdf808186b133d86070143614.tar.gz |
lttng-ust: Update to 2.5.2 version
(From OE-Core rev: 6d6649ba08682533752568b6e3e42fca955cfd56)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_2.5.2.bb (renamed from meta/recipes-kernel/lttng/lttng-ust_2.5.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.5.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.5.2.bb index e07d3c726b..eda52bb81f 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.5.0.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.5.2.bb | |||
@@ -18,8 +18,7 @@ RPROVIDES_${PN} = "lttng2-ust" | |||
18 | RREPLACES_${PN} = "lttng2-ust" | 18 | RREPLACES_${PN} = "lttng2-ust" |
19 | RCONFLICTS_${PN} = "lttng2-ust" | 19 | RCONFLICTS_${PN} = "lttng2-ust" |
20 | 20 | ||
21 | SRCREV = "ce59a997afdb7dc8af02b464430bb7e35549fa66" | 21 | SRCREV = "85d1d2791f3cebfd741a821261bf2924928a90e7" |
22 | PV = "2.5.0" | ||
23 | PE = "2" | 22 | PE = "2" |
24 | 23 | ||
25 | SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.5 \ | 24 | SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.5 \ |