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
|
pkgname=device-cutiepi-tablet
|
||||||
pkgdesc="CutiePi Tablet"
|
pkgdesc="CutiePi Tablet"
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -44,11 +44,7 @@ package() {
|
||||||
nonfree_firmware() {
|
nonfree_firmware() {
|
||||||
pkgdesc="WiFi/Bluetooth firmware"
|
pkgdesc="WiFi/Bluetooth firmware"
|
||||||
depends="linux-firmware-brcm"
|
depends="linux-firmware-brcm"
|
||||||
mkdir -p "$subpkgdir"/lib/firmware/brcm
|
mkdir -p "$subpkgdir"
|
||||||
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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue