temp/u-boot: use !tracedeps to allow native cross compile (!246)
[ci:skip-build]: CI build fails due to taking one hour or more, which is what the related pmbootstrap patch wants to resolve ;)
This commit is contained in:
parent
98197693f5
commit
d64c80992d
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ url="http://www.denx.de/wiki/U-Boot/"
|
||||||
arch="armhf armv7 aarch64"
|
arch="armhf armv7 aarch64"
|
||||||
license="GPL-2.0-or-later OFL-1.1 BSD-2-Clause BSD-3-Clause eCos-2.0 IBM-pibs
|
license="GPL-2.0-or-later OFL-1.1 BSD-2-Clause BSD-3-Clause eCos-2.0 IBM-pibs
|
||||||
ISC LGPL-2.0-only LGPL-2.1-only X11"
|
ISC LGPL-2.0-only LGPL-2.1-only X11"
|
||||||
|
options="!tracedeps"
|
||||||
depends=""
|
depends=""
|
||||||
depends_dev=""
|
depends_dev=""
|
||||||
makedepends="$depends_dev bc dtc python2-dev swig binutils coreutils bison flex"
|
makedepends="$depends_dev bc dtc python2-dev swig binutils coreutils bison flex"
|
||||||
|
|
Loading…
Reference in a new issue