From 0631c725cb115cb12475d0855c27537cd3397edf Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 6 May 2020 21:57:57 +0300 Subject: linux-headers: bump to 5.6.11 --- core/linux-headers/build | 9 ++++----- core/linux-headers/checksums | 2 +- core/linux-headers/depends | 1 + core/linux-headers/sources | 2 +- core/linux-headers/version | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 core/linux-headers/depends (limited to 'core/linux-headers') diff --git a/core/linux-headers/build b/core/linux-headers/build index 269a45f1..198aeff4 100755 --- a/core/linux-headers/build +++ b/core/linux-headers/build @@ -1,7 +1,6 @@ #!/bin/sh -e -make headers - -# This is used to install headers without an -# rsync dependency. -find usr/include -name '*.h' -exec install -Dm644 "{}" "$1/{}" \; +# Switched back to the rsync installation method +# as it is back to core, and sbase find causes a +# faulty manifest generation. +make headers_install INSTALL_HDR_PATH="$1/usr" diff --git a/core/linux-headers/checksums b/core/linux-headers/checksums index a024c37b..a1348df6 100644 --- a/core/linux-headers/checksums +++ b/core/linux-headers/checksums @@ -1 +1 @@ -7bdc96827a9db8de79cd13d74a1c5fe8915674f793e592387f2903cb225801b9 linux-5.6.10.tar.xz +d6dd6cbe99429f088eddb248abce7832e8f8e45eb072cbf0d0f86b5b87221baa linux-5.6.11.tar.xz diff --git a/core/linux-headers/depends b/core/linux-headers/depends new file mode 100644 index 00000000..ea8ddfff --- /dev/null +++ b/core/linux-headers/depends @@ -0,0 +1 @@ +rsync make diff --git a/core/linux-headers/sources b/core/linux-headers/sources index 32e9ff6b..8cfd8c45 100644 --- a/core/linux-headers/sources +++ b/core/linux-headers/sources @@ -1 +1 @@ -https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.10.tar.xz +https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.11.tar.xz diff --git a/core/linux-headers/version b/core/linux-headers/version index 9377de81..9086e739 100644 --- a/core/linux-headers/version +++ b/core/linux-headers/version @@ -1 +1 @@ -5.6.10 1 +5.6.11 1 -- cgit v1.2.3