device-pine64-pinephone: add replaces=alsa-ucm-conf (MR 4061)
Override the upstream alsa-ucm-conf for now. Related: issue 2115
This commit is contained in:
parent
74c7092bbd
commit
76f32fecf3
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# Co-Maintainer: Dylan Van Assche <me@dylanvanassche.be>
|
||||
pkgname=device-pine64-pinephone
|
||||
pkgver=0.46
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="PINE64 PinePhone"
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -37,6 +37,8 @@ depends="
|
|||
u-boot-tools
|
||||
fwupd>=1.8.6
|
||||
"
|
||||
# FIXME: use upstream alsa-ucm-conf instead, once it works the same (pma#2115)
|
||||
replaces="alsa-ucm-conf"
|
||||
makedepends="devicepkg-dev dtc"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-upgrade"
|
||||
source="
|
||||
|
|
Loading…
Reference in a new issue