diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-10-03 01:54:34 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-04 16:29:05 +0100 |
commit | 5ffef794c4a2fec9d3dd538db3a18f0403e6ab3e (patch) | |
tree | dbd96d21812b0d12e4bea4bc44fd910994d16128 /meta | |
parent | e2290f08d430378a1784649d1f16cce6743c6e86 (diff) | |
download | poky-5ffef794c4a2fec9d3dd538db3a18f0403e6ab3e.tar.gz |
linux-libc-headers: update to 4.8 final
We've been using a -rc4 variant of the libc-headers, now that
4.8 has been released, we switch to the final tgz of the headers.
(From OE-Core rev: d7cef1c71dedacda86426a1f9f815a8b7108857b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.8.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.8.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.8.bb index f80f02cb18..77e0870d32 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.8.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.8.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | require linux-libc-headers.inc | 1 | require linux-libc-headers.inc |
2 | 2 | ||
3 | SRC_URI_forcevariable = "${KERNELORG_MIRROR}/linux/kernel/v${HEADER_FETCH_VER}/testing/linux-4.8-rc4.tar.${KORG_ARCHIVE_COMPRESSION}" | 3 | PV = "4.8" |
4 | PV = "4.8-rc4" | ||
5 | 4 | ||
6 | SRC_URI_append_libc-musl = "\ | 5 | SRC_URI_append_libc-musl = "\ |
7 | file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \ | 6 | file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \ |
@@ -9,5 +8,5 @@ SRC_URI_append_libc-musl = "\ | |||
9 | file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ | 8 | file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ |
10 | " | 9 | " |
11 | 10 | ||
12 | SRC_URI[md5sum] = "269067213995c7742730ce53b8140c90" | 11 | SRC_URI[md5sum] = "c1af0afbd3df35c1ccdc7a5118cd2d07" |
13 | SRC_URI[sha256sum] = "8f07a0d76a7d1a30490582ba9642b7f28370102bc4acc4bb4b2586c8eabf4447" | 12 | SRC_URI[sha256sum] = "3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a" |