Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 777537 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/sys-firmware/sof-firmware/sof-firmware-1.5.1.ebuild (-4 / +2 lines)
Lines 16-27 Link Here
16
S=${WORKDIR}/sof-bin-stable-v${PV}
16
S=${WORKDIR}/sof-bin-stable-v${PV}
17
17
18
src_compile() {
18
src_compile() {
19
	sed -i -e '1i #!/bin/bash\nset -e' \
19
	sed -i -e '1i #!/bin/bash\nset -e' go.sh || die
20
		   -e '/^ROOT=/d' \
21
		   -e "s/^VERSION=.*/VERSION=v${PV}/" go.sh || die
22
}
20
}
23
21
24
src_install() {
22
src_install() {
25
	mkdir -p ${D}/lib/firmware || die
23
	mkdir -p ${D}/lib/firmware || die
26
	ROOT=${D} ${S}/go.sh || die
24
	SOF_VERSION=v${PV} ROOT=${D} ${S}/go.sh || die
27
}
25
}

Return to bug 777537