diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-11 15:01:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-15 11:54:47 +0000 |
commit | d6fae0c0512a26d3617b31316f103450094a9e06 (patch) | |
tree | 29b39f99bc558ccc69fd4591ee198a8dcc8ff63b /meta | |
parent | a9cc9b52b8af69348885d70d09d4608c9f10a25b (diff) | |
download | poky-d6fae0c0512a26d3617b31316f103450094a9e06.tar.gz |
lttng-ust: Upgrade to 2.7.1
(From OE-Core rev: e3f13ce7ea870b51dac910c5a11a136623d2ee7c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_git.bb b/meta/recipes-kernel/lttng/lttng-ust_git.bb index 1c08403a32..9ffe9bc8f5 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_git.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_git.bb | |||
@@ -18,9 +18,9 @@ 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 = "826c6c686f16b9aeb3100f3f880d630911691cf1" | 21 | SRCREV = "f89c1a3cf2b06a4970b9154c00ff6409870aefb5" |
22 | PE = "2" | 22 | PE = "2" |
23 | PV = "2.7.0+git${SRCPV}" | 23 | PV = "2.7.1+git${SRCPV}" |
24 | 24 | ||
25 | SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.7 \ | 25 | SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.7 \ |
26 | file://lttng-ust-doc-examples-disable.patch" | 26 | file://lttng-ust-doc-examples-disable.patch" |