mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
flex: needs host-m4
Fixes http://autobuild.buildroot.org/results/9f5c2ad2b3d268dd82985a3a386530a12e5681ef/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
87827beff7
commit
50bcee6ad5
@@ -10,9 +10,9 @@ FLEX_INSTALL_STAGING = YES
|
|||||||
FLEX_LICENSE = FLEX
|
FLEX_LICENSE = FLEX
|
||||||
FLEX_LICENSE_FILES = COPYING
|
FLEX_LICENSE_FILES = COPYING
|
||||||
FLEX_DEPENDENCIES = \
|
FLEX_DEPENDENCIES = \
|
||||||
$(if $(BR2_PACKAGE_GETTEXT),gettext)
|
$(if $(BR2_PACKAGE_GETTEXT),gettext) host-m4
|
||||||
# we don't have a host-gettext/libintl
|
# we don't have a host-gettext/libintl
|
||||||
HOST_FLEX_DEPENDENCIES =
|
HOST_FLEX_DEPENDENCIES = host-m4
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_FLEX_BINARY),y)
|
ifeq ($(BR2_PACKAGE_FLEX_BINARY),y)
|
||||||
# lex -> flex
|
# lex -> flex
|
||||||
|
|||||||
Reference in New Issue
Block a user