diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-15 14:57:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-16 08:19:34 +0000 |
commit | f78a59302527443c73c49228fbbba9ddc4d81b31 (patch) | |
tree | af8363563243074a1dd7c2c3fc9440cf0236d1de /meta/recipes-kernel/lttng | |
parent | 43c3920ea3ceab58f96d28799c1f8834b627cc9e (diff) | |
download | poky-f78a59302527443c73c49228fbbba9ddc4d81b31.tar.gz |
lttng-tools: Upgrade 2.10.5 -> 2.10.6
(From OE-Core rev: 5674835702c456d6debdbc77f7ba3de43d3324f4)
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.10.6.bb (renamed from meta/recipes-kernel/lttng/lttng-tools_2.10.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.10.5.bb b/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb index 85ed3c691b..13bab9068e 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.10.5.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | |||
@@ -34,8 +34,8 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ | |||
34 | file://lttng-sessiond.service \ | 34 | file://lttng-sessiond.service \ |
35 | " | 35 | " |
36 | 36 | ||
37 | SRC_URI[md5sum] = "50e07676d5eb5d6cf4ece804863a6f74" | 37 | SRC_URI[md5sum] = "e88c521b5da6bb48a8187af633336ecc" |
38 | SRC_URI[sha256sum] = "a4868078ef961e83dc236c4f24fd848161bfa755344b064dece62c4c81a07411" | 38 | SRC_URI[sha256sum] = "f05df52bbebf8ce88d1b29e9e98cfc957d2ed738a345118018237ebdb581537c" |
39 | 39 | ||
40 | inherit autotools ptest pkgconfig useradd python3-dir manpages systemd | 40 | inherit autotools ptest pkgconfig useradd python3-dir manpages systemd |
41 | 41 | ||