summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-libc-headers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-08-24 10:59:58 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-28 10:30:28 +0100
commit8a8382ecce89b153b2d3238bd9b173bb1778b9cc (patch)
treeb8e66f3713e1c44084ad839f472c3f4bbad4cc36 /meta/recipes-kernel/linux-libc-headers
parent74b2b627ba5ae5787a708dd796009713c5e9323a (diff)
downloadpoky-8a8382ecce89b153b2d3238bd9b173bb1778b9cc.tar.gz
libc-headers: update to 4.18
Updating to the 4.18 headers to match the newest kernel that will be part of the release. 4.18 brings a requirement on bison-native to the libc-headers, since it is required as part of the configuration steps. We also tweak the license md5sum, since the kernel now includes SPDX headers in the license file and that changes our sum. (From OE-Core rev: c36a5e21b711cd577a2186a5267d46bb4323acc1) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc4
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb (renamed from meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.15.7.bb)5
2 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
index b5cf96dd49..05c82558e6 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -30,7 +30,7 @@ LICENSE = "GPLv2"
30# 30#
31# -- RP 31# -- RP
32 32
33LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 33LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
34 34
35python __anonymous () { 35python __anonymous () {
36 major = d.getVar("PV").split('.')[0] 36 major = d.getVar("PV").split('.')[0]
@@ -92,4 +92,4 @@ RDEPENDS_${PN}-dev = ""
92RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" 92RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
93 93
94INHIBIT_DEFAULT_DEPS = "1" 94INHIBIT_DEFAULT_DEPS = "1"
95DEPENDS += "unifdef-native" 95DEPENDS += "unifdef-native bison-native"
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.15.7.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb
index a7db4c9c01..e38872bb91 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.15.7.bb
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.18.bb
@@ -8,6 +8,5 @@ SRC_URI_append_libc-musl = "\
8 file://0001-if_ether-move-muslc-ethhdr-protection-to-uapi-file.patch \ 8 file://0001-if_ether-move-muslc-ethhdr-protection-to-uapi-file.patch \
9 " 9 "
10 10
11 11SRC_URI[md5sum] = "bee5fe53ee1c3142b8f0c12c0d3348f9"
12SRC_URI[md5sum] = "8186ce63c489199b58b6a58ad2a24a94" 12SRC_URI[sha256sum] = "19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1"
13SRC_URI[sha256sum] = "cd44df4b23a3e0edc14be63df95d768b9600b31c35be05fb89f93226907fc8c6"