From fb029ff2d92ea8be8e09fb6cfe93ac600781a5a1 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Thu, 8 Aug 2024 10:14:22 +0200 Subject: [PATCH] linux-next: add linux-headers make dependency (MR 5475) The host tool compiled from drivers/tty/vt/conmakehash.c requires linux/limits.h header which is not included (correctly?) inside the kernel source tree and is instead needed to be installed on the host. While this might not be totally correct, we need to get the package building to avoid blocking all aarch64 packages from getting published on our build system. Also while we're at it, sort the list of make dependencies. [ci:skip-vercheck] --- device/testing/linux-next/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/device/testing/linux-next/APKBUILD b/device/testing/linux-next/APKBUILD index 99cea36d0..74957c4a0 100644 --- a/device/testing/linux-next/APKBUILD +++ b/device/testing/linux-next/APKBUILD @@ -25,11 +25,12 @@ makedepends=" devicepkg-dev findutils flex + git + linux-headers openssl-dev perl - zstd - git python3 + zstd " builddir="$srcdir/linux-next-next-$_nextver"