diff options
author | Nathan Lynch <nathan_lynch@mentor.com> | 2017-06-16 16:39:51 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-27 22:42:49 +0100 |
commit | 4845551e4e5e73a51494109a41c64346c21cb109 (patch) | |
tree | 9171c3001fdb0a0bb47685a0689287465ee29c24 /meta | |
parent | fa52a9a7051920521eed6c6d5dae9f8c6f749fe1 (diff) | |
download | openembedded-core-4845551e4e5e73a51494109a41c64346c21cb109.tar.gz openembedded-core-4845551e4e5e73a51494109a41c64346c21cb109.tar.bz2 openembedded-core-4845551e4e5e73a51494109a41c64346c21cb109.zip |
lttng-tools: update to 2.9.5
Miscellaneous fixes.
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb (renamed from meta/recipes-kernel/lttng/lttng-tools_2.9.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.9.4.bb b/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb index fbf3ae9851..6e92c22bec 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.9.4.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb @@ -31,8 +31,8 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[md5sum] = "10f47abfa214b167580358388428770d" -SRC_URI[sha256sum] = "3c72456bceef961fad1d0861f07478db16b7659efa69099ba36645da89ca2cc5" +SRC_URI[md5sum] = "051224eb991aee07f8721ff1877d0b96" +SRC_URI[sha256sum] = "77839eb6fc6c652125f08acfd9369701c2516eb05cc2084160e7efc7a3fb731c" inherit autotools ptest pkgconfig useradd python3-dir manpages |