device/community/soc-*-ucm: set provider_priority (MR 3597)
Setting unversioned provides= without provider_priority is not valid. Set provider_priority=1, the related aports MR will set it to 10 in alsa-ucm-conf. Related: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/40814
This commit is contained in:
parent
a258f27d03
commit
f01b561b97
3 changed files with 6 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
pkgname=soc-qcom-msm8916
|
pkgname=soc-qcom-msm8916
|
||||||
pkgdesc="Common package for Qualcomm MSM8916 devices"
|
pkgdesc="Common package for Qualcomm MSM8916 devices"
|
||||||
pkgver=17
|
pkgver=17
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
arch="aarch64 armv7"
|
arch="aarch64 armv7"
|
||||||
|
@ -38,6 +38,7 @@ package() {
|
||||||
# we can investigate how to integrate it properly for upstreaming.
|
# we can investigate how to integrate it properly for upstreaming.
|
||||||
ucm() {
|
ucm() {
|
||||||
provides="alsa-ucm-conf"
|
provides="alsa-ucm-conf"
|
||||||
|
provider_priority=1
|
||||||
|
|
||||||
cd "$srcdir/alsa-ucm-conf-$_ucm_commit"
|
cd "$srcdir/alsa-ucm-conf-$_ucm_commit"
|
||||||
mkdir -p "$subpkgdir"/usr/share/alsa
|
mkdir -p "$subpkgdir"/usr/share/alsa
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=soc-qcom-msm8996
|
pkgname=soc-qcom-msm8996
|
||||||
pkgdesc="Common package for Qualcomm MSM8996 devices"
|
pkgdesc="Common package for Qualcomm MSM8996 devices"
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -32,6 +32,7 @@ nonfree_firmware() {
|
||||||
|
|
||||||
ucm() {
|
ucm() {
|
||||||
provides="alsa-ucm-conf"
|
provides="alsa-ucm-conf"
|
||||||
|
provider_priority=1
|
||||||
|
|
||||||
# install audio config files
|
# install audio config files
|
||||||
mkdir -p "$subpkgdir"/usr/share/alsa/ucm2
|
mkdir -p "$subpkgdir"/usr/share/alsa/ucm2
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
pkgname=soc-qcom-sdm845
|
pkgname=soc-qcom-sdm845
|
||||||
pkgdesc="Common package for Qualcomm SDM845 devices"
|
pkgdesc="Common package for Qualcomm SDM845 devices"
|
||||||
pkgver=11
|
pkgver=11
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -59,6 +59,7 @@ nonfree_firmware() {
|
||||||
|
|
||||||
ucm() {
|
ucm() {
|
||||||
provides="alsa-ucm-conf"
|
provides="alsa-ucm-conf"
|
||||||
|
provider_priority=1
|
||||||
|
|
||||||
# install audio config files
|
# install audio config files
|
||||||
mkdir -p "$subpkgdir"/usr/share/alsa/ucm2
|
mkdir -p "$subpkgdir"/usr/share/alsa/ucm2
|
||||||
|
|
Loading…
Reference in a new issue