diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-11 15:00:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-13 00:03:51 +0000 |
commit | f8d597d77c3394522c390256633aa917588e5038 (patch) | |
tree | 7e97cfbd411dd6b1ed92f12a687040074ba3b25b | |
parent | 1bb1e262944a94d8d0705890c7a56398df4559e6 (diff) | |
download | openembedded-core-f8d597d77c3394522c390256633aa917588e5038.tar.gz openembedded-core-f8d597d77c3394522c390256633aa917588e5038.tar.bz2 openembedded-core-f8d597d77c3394522c390256633aa917588e5038.zip |
lttng-tools: Upgrade to 2.7.1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb index 4c42251e00..e68e7f3e8a 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_git.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_git.bb @@ -13,8 +13,8 @@ DEPENDS = "liburcu popt lttng-ust libxml2" RDEPENDS_${PN} = "libgcc" RDEPENDS_${PN}-ptest += "make perl bash" -SRCREV = "d71e55a5f1f423eeaa47c08e5797e47ce8e825fb" -PV = "2.7.0+git${SRCPV}" +SRCREV = "a90f2c1e10b759782653a81815625e9d1bbb75ca" +PV = "2.7.1+git${SRCPV}" PYTHON_OPTION = "am_cv_python_pyexecdir='${libdir}/python${PYTHON_BASEVERSION}/site-packages' \ am_cv_python_pythondir='${libdir}/python${PYTHON_BASEVERSION}/site-packages' \ |