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-13 00:03:51 +0000 |
commit | e3f13ce7ea870b51dac910c5a11a136623d2ee7c (patch) | |
tree | d0197c70952af1a8b0ead6640197e7cadfd290ad | |
parent | f8d597d77c3394522c390256633aa917588e5038 (diff) | |
download | openembedded-core-e3f13ce7ea870b51dac910c5a11a136623d2ee7c.tar.gz openembedded-core-e3f13ce7ea870b51dac910c5a11a136623d2ee7c.tar.bz2 openembedded-core-e3f13ce7ea870b51dac910c5a11a136623d2ee7c.zip |
lttng-ust: Upgrade to 2.7.1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" RREPLACES_${PN} = "lttng2-ust" RCONFLICTS_${PN} = "lttng2-ust" -SRCREV = "826c6c686f16b9aeb3100f3f880d630911691cf1" +SRCREV = "f89c1a3cf2b06a4970b9154c00ff6409870aefb5" PE = "2" -PV = "2.7.0+git${SRCPV}" +PV = "2.7.1+git${SRCPV}" SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.7 \ file://lttng-ust-doc-examples-disable.patch" |