device-cutiepi-tablet: remove redundant symlinks (MR 4898)
These are now provided by linux-firmware-brcm, which subsequently causes a conflict between these packages. Fix it by removing the symlinks from the device package. Closes https://gitlab.com/postmarketOS/pmaports/-/issues/2616 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
09d189f364
commit
bf62d9a814
1 changed files with 2 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=device-cutiepi-tablet
|
||||
pkgdesc="CutiePi Tablet"
|
||||
pkgver=0.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -44,11 +44,7 @@ package() {
|
|||
nonfree_firmware() {
|
||||
pkgdesc="WiFi/Bluetooth firmware"
|
||||
depends="linux-firmware-brcm"
|
||||
mkdir -p "$subpkgdir"/lib/firmware/brcm
|
||||
ln -s "/lib/firmware/brcm/brcmfmac43455-sdio.bin" \
|
||||
"$subpkgdir"/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.bin
|
||||
ln -s "/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt" \
|
||||
"$subpkgdir"/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-compute-module.txt
|
||||
mkdir -p "$subpkgdir"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue