Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dkms: don't require linux-headers for aarch64 arch
@ 2020-08-29  9:42 PaperMountainStudio
  2020-08-29 21:37 ` ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-08-29  9:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

There is a new pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages dkms-aarch64
https://github.com/void-linux/void-packages/pull/24535

dkms: don't require linux-headers for aarch64 arch


A patch file from https://github.com/void-linux/void-packages/pull/24535.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dkms-aarch64-24535.patch --]
[-- Type: text/x-diff, Size: 939 bytes --]

From c0c434e78cc913f7dd22b34f1f127c87ce6480e0 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sat, 29 Aug 2020 11:41:19 +0200
Subject: [PATCH] dkms: don't require linux-headers for aarch64 arch

---
 srcpkgs/dkms/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template
index 664f899abb9..1778095054e 100644
--- a/srcpkgs/dkms/template
+++ b/srcpkgs/dkms/template
@@ -1,7 +1,7 @@
 # Template file for 'dkms'
 pkgname=dkms
 version=2.8.3
-revision=2
+revision=3
 conf_files="/etc/dkms/framework.conf"
 depends="bash kmod gcc make coreutils"
 short_desc="Dynamic Kernel Modules System"
@@ -13,7 +13,7 @@ checksum=0fcbb2691aa8231927b000edf3594d2798211c3944fd4a2a8b1864aa1c06eaaf
 
 case "$XBPS_TARGET_MACHINE" in
 	# Too many competing kernels for arm* to depend on linux-headers
-	arm*) ;;
+	aarch64*|arm*) ;;
 	*) depends+=" linux-headers" ;;
 esac
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-31  1:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29  9:42 [PR PATCH] dkms: don't require linux-headers for aarch64 arch PaperMountainStudio
2020-08-29 21:37 ` ahesford
2020-08-29 21:37 ` [PR PATCH] [Closed]: " ahesford
2020-08-30  8:46 ` PaperMountainStudio
2020-08-31  1:00 ` ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).