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
This commit is contained in:
parent
80fea8781e
commit
cdb82a9153
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue