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:
Bhushan Shah 2019-02-28 13:36:34 +05:30 committed by Oliver Smith
parent 98197693f5
commit d64c80992d
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -11,6 +11,7 @@ url="http://www.denx.de/wiki/U-Boot/"
arch="armhf armv7 aarch64"
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"
options="!tracedeps"
depends=""
depends_dev=""
makedepends="$depends_dev bc dtc python2-dev swig binutils coreutils bison flex"