From cdb82a91535756473c7e92752393fcfd50a0c4ba Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 9 Jun 2018 06:18:04 +0000 Subject: [PATCH] temp/linux-firmware: add !tracedeps The package starts with "linux-", which means the "native" cross compilation type is used: https://wiki.postmarketos.org/wiki/Build_internals#Cross-compile_types When using that, !tracedeps needs to be in the options, otherwise the dependency tracing step fails the build. I've tested that this commit fixes the build. Fixes #1546 --- temp/linux-firmware/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp/linux-firmware/APKBUILD b/temp/linux-firmware/APKBUILD index e3f6df262..b37c0ba40 100644 --- a/temp/linux-firmware/APKBUILD +++ b/temp/linux-firmware/APKBUILD @@ -11,7 +11,7 @@ license="custom:multiple" makedepends= install="" replaces="linux-grsec linux-vserver" -options="!strip !check" +options="!strip !check !tracedeps" source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-${pkgver}.tar.gz https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm/brcmfmac43430-sdio.txt https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm/brcmfmac43430-sdio.bin