From bf62d9a8147934b05b71adeeaa3c14ffd5ab6e73 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Sat, 9 Mar 2024 13:22:39 +0100 Subject: [PATCH] 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 --- device/testing/device-cutiepi-tablet/APKBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/device/testing/device-cutiepi-tablet/APKBUILD b/device/testing/device-cutiepi-tablet/APKBUILD index 7e963c021..15d4b9a65 100644 --- a/device/testing/device-cutiepi-tablet/APKBUILD +++ b/device/testing/device-cutiepi-tablet/APKBUILD @@ -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" }