Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 702741 Details for
Bug 777537
sys-firmware/sof-firmware-1.6.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
1.6.1 patch with set -e
sof-firmware-1.6.1.patch (text/plain), 552 bytes, created by
Andrea
on 2021-04-27 17:58:05 UTC
(
hide
)
Description:
1.6.1 patch with set -e
Filename:
MIME Type:
Creator:
Andrea
Created:
2021-04-27 17:58:05 UTC
Size:
552 bytes
patch
obsolete
>--- /usr/portage/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild 2020-10-18 11:39:18.000000000 -0400 >+++ sof-firmware-1.6.1.ebuild 2021-04-27 01:16:48.148368749 -0400 >@@ -16,12 +16,10 @@ > S=${WORKDIR}/sof-bin-stable-v${PV} > > src_compile() { >- sed -i -e '1i #!/bin/bash\nset -e' \ >- -e '/^ROOT=/d' \ >- -e "s/^VERSION=.*/VERSION=v${PV}/" go.sh || die >+ sed -i -e '1i #!/bin/bash\nset -e' go.sh || die > } > > src_install() { > mkdir -p ${D}/lib/firmware || die >- ROOT=${D} ${S}/go.sh || die >+ SOF_VERSION=v${PV} ROOT=${D} ${S}/go.sh || die > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 777537
:
693438
| 702741