summaryrefslogtreecommitdiff
path: root/package/autofs
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-22 21:34:18 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-22 21:34:18 +0100
commit2badd96d9e933afc052f78c1a91cdc5dd98e1a1f (patch)
tree2eb7636ef0171947f6ff65ad8eceeff2bf0a9038 /package/autofs
parent245330d6679098428863998cbbd9b3f58cd844d9 (diff)
autofs: add missing dependencies on flex and bison
Fixes: http://autobuild.buildroot.org/results/999/999d2d5fe07994642ab39b26d936c230d79947a2/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/autofs')
-rw-r--r--package/autofs/autofs.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/autofs/autofs.mk b/package/autofs/autofs.mk
index f7ff5f39d..0ab898692 100644
--- a/package/autofs/autofs.mk
+++ b/package/autofs/autofs.mk
@@ -9,6 +9,7 @@ AUTOFS_SOURCE = autofs-$(AUTOFS_VERSION).tar.xz
AUTOFS_SITE = $(BR2_KERNEL_MIRROR)/linux/daemons/autofs/v5
AUTOFS_LICENSE = GPLv2+
AUTOFS_LICENSE_FILES = COPYING COPYRIGHT
+AUTOFS_DEPENDENCIES = host-flex host-bison
AUTOFS_CONF_OPTS = \
--disable-mount-locking \