autofs: add missing dependencies on flex and bison
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Dec 2015 20:34:18 +0000 (21:34 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Dec 2015 20:34:18 +0000 (21:34 +0100)
Fixes:

  http://autobuild.buildroot.org/results/999/999d2d5fe07994642ab39b26d936c230d79947a2/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/autofs/autofs.mk

index f7ff5f39d44329e44eaa9bdbad0f68f5d209c202..0ab8986920fea00450f51afbbe941941c5c5a0fa 100644 (file)
@@ -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 \