From d64c80992d0c46dbc55165e59c4cf6fb77840407 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Thu, 28 Feb 2019 13:36:34 +0530 Subject: [PATCH] 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 ;) --- temp/u-boot/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/temp/u-boot/APKBUILD b/temp/u-boot/APKBUILD index d189c66e3..649d17ae8 100644 --- a/temp/u-boot/APKBUILD +++ b/temp/u-boot/APKBUILD @@ -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"