From 3938ee791327a83a425d46e53c5c5e28d7a2d7d6 Mon Sep 17 00:00:00 2001 From: Gadzhi Kharkharov Date: Mon, 4 Oct 2021 19:12:02 +0300 Subject: [PATCH] sof-firmware: update to 1.9. --- srcpkgs/sof-firmware/template | 12 ++---------- srcpkgs/sof-tools | 1 - srcpkgs/sof-tools/template | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 11 deletions(-) delete mode 120000 srcpkgs/sof-tools create mode 100644 srcpkgs/sof-tools/template diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template index 65a4f4f0317f..5e866cb448f7 100644 --- a/srcpkgs/sof-firmware/template +++ b/srcpkgs/sof-firmware/template @@ -1,6 +1,6 @@ # Template file for 'sof-firmware' pkgname=sof-firmware -version=1.8 +version=1.9 revision=1 archs="i686* x86_64*" wrksrc="sof-bin-${version}" @@ -11,7 +11,7 @@ maintainer="cinerea0 " license="BSD-3-Clause" homepage="https://thesofproject.github.io/latest/index.html" distfiles="https://github.com/thesofproject/sof-bin/archive/refs/tags/v${version}.tar.gz" -checksum=1d4ac18db8d2ec3046fdb56b4155f1c14d69644743b7c0324ba9b02f4308ab22 +checksum=633bff2cc1490146de66796e52e06c7a608591a328c0bfc6f3fc30114640803a do_install() { vmkdir usr/lib/firmware/intel/sof @@ -21,11 +21,3 @@ do_install() { vlicense LICENCE.NXP } - -sof-tools_package() { - pkg_install() { - vbin "v${version}.x/tools-v${version}/sof-ctl" - vbin "v${version}.x/tools-v${version}/sof-logger" - vbin "v${version}.x/tools-v${version}/sof-probes" - } -} diff --git a/srcpkgs/sof-tools b/srcpkgs/sof-tools deleted file mode 120000 index 438798503c9c..000000000000 --- a/srcpkgs/sof-tools +++ /dev/null @@ -1 +0,0 @@ -sof-firmware \ No newline at end of file diff --git a/srcpkgs/sof-tools/template b/srcpkgs/sof-tools/template new file mode 100644 index 000000000000..4ecdf2bb6b43 --- /dev/null +++ b/srcpkgs/sof-tools/template @@ -0,0 +1,20 @@ +# Template file for 'sof-tools' +pkgname=sof-tools +version=1.9 +revision=1 +archs="i686* x86_64*" +wrksrc="sof-${version}" +build_wrksrc="tools" +build_style=cmake +hostmakedepends="alsa-utils m4" +makedepends="alsa-lib-devel" +short_desc="Sound Open Firmware and topology binaries - development tools" +maintainer="cinerea0 " +license="BSD-3-Clause" +homepage="https://thesofproject.github.io/latest/index.html" +distfiles="https://github.com/thesofproject/sof/archive/refs/tags/v${version}.tar.gz" +checksum=29b83a63720ace3a9173073f12c4dfae5ece841773483cb025623506cd02eccb + +post_install() { + vlicense ../LICENCE +}