From ac28e5be470ef53076bb0d43dab4da62914c2019 Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 8 Oct 2020 22:20:41 +0200 Subject: [PATCH] linux5.4: broken on aarch64-musl for now --- srcpkgs/linux5.4/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/linux5.4/template b/srcpkgs/linux5.4/template index 30f267bebc1..25a41aace6e 100644 --- a/srcpkgs/linux5.4/template +++ b/srcpkgs/linux5.4/template @@ -26,6 +26,10 @@ _kernver="${version}_${revision}" triggers="kernel-hooks" kernel_hooks_version="${_kernver}" +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) broken="fails on builder with fixdep: parse error; no targets found";; +esac + # These files could be modified when an external module is built. mutable_files=" /usr/lib/modules/${_kernver}/modules.builtin.bin