diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-21 21:48:24 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-21 21:48:24 +0200 |
commit | 02192413ade8b2fb6e771a2eade03fe8d8d8196a (patch) | |
tree | 3ee1adb6bdbc4a4aab513b3424175b1a2c29beef | |
parent | 2a37b107784ebd6ccc53fea0385b292c47c2ea81 (diff) | |
download | aports-02192413ade8b2fb6e771a2eade03fe8d8d8196a.tar.bz2 aports-02192413ade8b2fb6e771a2eade03fe8d8d8196a.tar.xz |
main/u-boot: add dtc to build dependencies
-rw-r--r-- | main/u-boot/APKBUILD | 2 |
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 |