Github messages for voidlinux
 help / color / mirror / Atom feed
From: PosaLusa24 <PosaLusa24@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] sof-firmware: fix symlinks
Date: Wed, 09 Sep 2020 09:42:56 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24776@inbox.vuxu.org> (raw)

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

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

https://github.com/PosaLusa24/void-packages sof-firmware
https://github.com/void-linux/void-packages/pull/24776

sof-firmware: fix symlinks
Symlinks now point to .ri files in the intel-signed directory.

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

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

From 834d618b3f7f6aed0bca87addf976ce283589f5b Mon Sep 17 00:00:00 2001
From: PosaLusa24 <posalusa24@gmail.com>
Date: Wed, 9 Sep 2020 14:10:39 +0630
Subject: [PATCH] sof-firmware: fix symlinks

Symlinks now point to .ri files in the intel-signed directory.
---
 srcpkgs/sof-firmware/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template
index 00dfd262191..39e218e12ec 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,15 @@ 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
+	ln -s intel-signed/sof-apl-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-glk.ri
+	ln -s intel-signed/sof-cnl-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-cfl.ri
+	ln -s intel-signed/sof-cnl-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-cml.ri
 	for f in ${intel_path}/sof-tplg-v${version}/*; do
 		vinstall ${f} 0644 /usr/${intel_path}/sof-tplg
 	done

             reply	other threads:[~2020-09-09  7:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-09  7:42 PosaLusa24 [this message]
2020-09-11  4:53 ` cinerea0
2020-09-11  5:22 ` PosaLusa24
2020-09-11 19:51 ` cinerea0
2020-12-10 18:48 ` [PR PATCH] [Closed]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24776@inbox.vuxu.org \
    --to=posalusa24@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).