Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sof-firmware: fix deadlinks in the package.
@ 2020-08-14 11:21 Gottox
  2020-08-14 13:41 ` ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Gottox @ 2020-08-14 11:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages sof-firmware-fix-deadlinks
https://github.com/void-linux/void-packages/pull/24271

sof-firmware: fix deadlinks in the package.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sof-firmware-fix-deadlinks-24271.patch --]
[-- Type: text/x-diff, Size: 1513 bytes --]

From f9f9e3a574dd39d38a00bdc423d212a0710f109e Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Fri, 14 Aug 2020 13:20:25 +0200
Subject: [PATCH] sof-firmware: fix deadlinks in the package.

---
 srcpkgs/sof-firmware/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template
index 00dfd262191..61737fe34a0 100644
--- a/srcpkgs/sof-firmware/template
+++ b/srcpkgs/sof-firmware/template
@@ -1,7 +1,7 @@
 # Template file for 'sof-firmware'
 pkgname=sof-firmware
 version=1.5.1
-revision=1
+revision=2
 archs="i686* x86_64*"
 wrksrc=sof-bin-stable-v${version}
 short_desc="Sound Open Firmware and topology binaries"
@@ -22,12 +22,12 @@ do_install() {
 	for f in ${intel_path}/sof/v${version}/public-signed/*; do
 		vinstall ${f} 0644 /usr/${intel_path}/sof/public-signed
 	done
-	for arc in {bdw,byt,cht,apl,cnl,icl}; do
+	for arc in {bdw,byt,cht}; do
 		ln -s sof-${arc}-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-${arc}.ri
 	done
-	ln -s sof-apl-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-glk.ri
-	ln -s sof-cnl-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-cfl.ri
-	ln -s sof-cnl-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-cml.ri
+	for arc in {apl,cnl,icl}; do
+		ln -s intel-signed/sof-$arc-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-$arc.ri
+	done
 	for f in ${intel_path}/sof-tplg-v${version}/*; do
 		vinstall ${f} 0644 /usr/${intel_path}/sof-tplg
 	done

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

end of thread, other threads:[~2020-12-10 18:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-14 11:21 [PR PATCH] sof-firmware: fix deadlinks in the package Gottox
2020-08-14 13:41 ` ericonr
2020-08-14 14:06 ` [PR REVIEW] " cinerea0
2020-08-14 14:09 ` cinerea0
2020-08-16 16:32 ` [PR REVIEW] " Gottox
2020-08-16 16:35 ` Gottox
2020-08-19  0:17 ` [PR REVIEW] " cinerea0
2020-08-19  2:07 ` cinerea0
2020-12-10 18:48 ` [PR PATCH] [Closed]: " ericonr

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).