Skip to content
Snippets Groups Projects
Unverified Commit b2410d5d authored by Oliver Smith's avatar Oliver Smith Committed by GitHub
Browse files

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
parent 1d33e3eb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment