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-28 15:21:34 +0100 |
commit | 82bad302841d153ac012046620c0892a2d462551 (patch) | |
tree | f68b8efdf745bc31e6b9255ddc7de5e043739c70 /meta/recipes-kernel/lttng | |
parent | a910c2e8104455e87db56b393a0c63a0b0280aca (diff) | |
download | poky-82bad302841d153ac012046620c0892a2d462551.tar.gz |
lttng-tools: update to 2.9.5
Miscellaneous fixes.
(From OE-Core rev: 4845551e4e5e73a51494109a41c64346c21cb109)
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-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 \ | |||
31 | file://run-ptest \ | 31 | file://run-ptest \ |
32 | " | 32 | " |
33 | 33 | ||
34 | SRC_URI[md5sum] = "10f47abfa214b167580358388428770d" | 34 | SRC_URI[md5sum] = "051224eb991aee07f8721ff1877d0b96" |
35 | SRC_URI[sha256sum] = "3c72456bceef961fad1d0861f07478db16b7659efa69099ba36645da89ca2cc5" | 35 | SRC_URI[sha256sum] = "77839eb6fc6c652125f08acfd9369701c2516eb05cc2084160e7efc7a3fb731c" |
36 | 36 | ||
37 | inherit autotools ptest pkgconfig useradd python3-dir manpages | 37 | inherit autotools ptest pkgconfig useradd python3-dir manpages |
38 | 38 | ||