aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2018-11-09 08:35:28 +0000
committerTimo Teräs <timo.teras@iki.fi>2018-11-09 08:35:28 +0000
commite490fe2f623ed1292729d3af6d2085dfdad5014b (patch)
tree6c091f763f1808e1b6f0d00f8d822b7559febe41 /testing
parent436d2ca8c31eb5ae077726093ffda091a92f8b01 (diff)
downloadaports-e490fe2f623ed1292729d3af6d2085dfdad5014b.tar.bz2
aports-e490fe2f623ed1292729d3af6d2085dfdad5014b.tar.xz
testing/uboot-tools: fix builddepends (add bison)
Diffstat (limited to 'testing')
-rw-r--r--testing/uboot-tools/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/uboot-tools/APKBUILD b/testing/uboot-tools/APKBUILD
index 956ef6a049..0eda6efa23 100644
--- a/testing/uboot-tools/APKBUILD
+++ b/testing/uboot-tools/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="GPL"
depends=""
depends_dev=""
-makedepends="$depends_dev flex openssl-dev linux-headers sdl-dev"
+makedepends="$depends_dev bison flex openssl-dev linux-headers sdl-dev"
install=""
subpackages=""
source="ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2"