summaryrefslogtreecommitdiffstats
path: root/package/ola
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-09-18 08:31:39 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-18 16:55:39 +0200
commit41a9a56fe9cd24a11a58f9c44118dc14201af86c (patch)
treed446bbd9cbeb867614f1998c4c00f52c0bb17e61 /package/ola
parentc97b9cc2529d8c34d3d67829046f9df6da00593c (diff)
downloadbuildroot-41a9a56fe9cd24a11a58f9c44118dc14201af86c.tar.gz
buildroot-41a9a56fe9cd24a11a58f9c44118dc14201af86c.zip
ola: needs host-bison and host-flex
Fixes: http://autobuild.buildroot.net/results/385/385f05b5e1b023b6c4ca220aab897e400b5aeccb/ and a future failure (host-bison). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ola')
-rw-r--r--package/ola/ola.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ola/ola.mk b/package/ola/ola.mk
index 55386b1a21..d7ddab7dae 100644
--- a/package/ola/ola.mk
+++ b/package/ola/ola.mk
@@ -12,7 +12,7 @@ OLA_LICENSE_FILES = LICENCE GPL LGPL
OLA_INSTALL_STAGING = YES
# util-linux provides uuid lib
-OLA_DEPENDENCIES = protobuf util-linux
+OLA_DEPENDENCIES = protobuf util-linux host-bison host-flex
OLA_CONF_OPT = \
--disable-gcov \
OpenPOWER on IntegriCloud