diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-16 06:33:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-21 09:34:40 +0100 |
commit | 5f12e1841af2195e7a1fa6d4deab4415245cd2be (patch) | |
tree | 5870dfea8b1d9a5b404f71727179d1d8a3b7a7ab /meta | |
parent | fae0a9a4397e2878c2642a38ce82ec18fe60bc5a (diff) | |
download | poky-5f12e1841af2195e7a1fa6d4deab4415245cd2be.tar.gz |
lttng-modules: upgrade 2.10.5 -> 2.10.6
(From OE-Core rev: 3ba2701c2cb837c4c8590604021c4a6c50bf894b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_2.10.6.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.10.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.10.5.bb b/meta/recipes-kernel/lttng/lttng-modules_2.10.6.bb index 370b78aae1..6146966894 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.10.5.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.10.6.bb | |||
@@ -16,8 +16,8 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ | |||
16 | file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ | 16 | file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "4aaabaafd15d9455c83972e26ccfbca7" | 19 | SRC_URI[md5sum] = "8110099f4615fc89a74ffe9189b56cfc" |
20 | SRC_URI[sha256sum] = "b8dbbbee45a673c381f51b99c555e36655c3c2c7a5477aab927591cc7f003a1f" | 20 | SRC_URI[sha256sum] = "04a080c81743eb29d181bac29ceb0c15819a2f4210793f2cc9958d885435029f" |
21 | 21 | ||
22 | export INSTALL_MOD_DIR="kernel/lttng-modules" | 22 | export INSTALL_MOD_DIR="kernel/lttng-modules" |
23 | 23 | ||