Files
sof-firmware/install-use-cp.patch
Takashi Iwai 73b65ac9b2 Accepting request 1116461 from home:tiwai:branches:multimedia:libs
- Update to version 2023.09 (jsc#PED-6123,jsc#PED-6114,jsc#PED-6104,
  jsc#PED-6067,jsc#PED-6045,jsc#PED-6036):
  it's a combined tarball with different version to support multiple
  platforms including Metor Lake
- Use cp instead of rsync for installation:
  install-use-cp.patch

OBS-URL: https://build.opensuse.org/request/show/1116461
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sof-firmware?expand=0&rev=47
2023-10-09 12:56:40 +00:00

18 lines
440 B
Diff

---
install.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/install.sh
+++ b/install.sh
@@ -60,8 +60,8 @@ main()
fi
# Trailing slash in srcdir/ ~= srcdir/*
- rsync -a "${path}"/sof*"$optversuffix" "${FW_DEST}"/
- rsync -a "${path}"/tools"$optversuffix"/ "${TOOLS_DEST}"/
+ cp -a "${path}"/sof*"$optversuffix" "${FW_DEST}"/
+ cp -a "${path}"/tools"$optversuffix"/ "${TOOLS_DEST}"/
}
die()