aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-21 21:48:24 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-21 21:48:24 +0200
commit02192413ade8b2fb6e771a2eade03fe8d8d8196a (patch)
tree3ee1adb6bdbc4a4aab513b3424175b1a2c29beef
parent2a37b107784ebd6ccc53fea0385b292c47c2ea81 (diff)
downloadaports-02192413ade8b2fb6e771a2eade03fe8d8d8196a.tar.bz2
aports-02192413ade8b2fb6e771a2eade03fe8d8d8196a.tar.xz
main/u-boot: add dtc to build dependencies
-rw-r--r--main/u-boot/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/u-boot/APKBUILD b/main/u-boot/APKBUILD
index e10d223f49..8148b184c1 100644
--- a/main/u-boot/APKBUILD
+++ b/main/u-boot/APKBUILD
@@ -10,7 +10,7 @@ arch="armhf"
license="GPL2"
depends=""
depends_dev=""
-makedepends="$depends_dev bc"
+makedepends="$depends_dev bc dtc"
install=""
subpackages=""
source="ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver//_/-}.tar.bz2