From: Andreas Klinger Date: Tue, 23 Feb 2021 18:04:37 +0000 (+0100) Subject: package/ply: build needs flex and bison X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81e042128533154695b822e2d4750ee7f051c5df;p=buildroot.git package/ply: build needs flex and bison Building needs flex and bison installed on the host system. Fixes: http://autobuild.buildroot.net/results/7cfe75725f4746367f2870ee9545f31ba56f6ec1 Signed-off-by: Andreas Klinger Signed-off-by: Peter Korsgaard --- diff --git a/package/ply/ply.mk b/package/ply/ply.mk index 0e4141f650..b72b29f315 100644 --- a/package/ply/ply.mk +++ b/package/ply/ply.mk @@ -10,5 +10,6 @@ PLY_AUTORECONF = YES PLY_LICENSE = GPL-2.0 PLY_LICENSE_FILES = COPYING PLY_INSTALL_STAGING = YES +PLY_DEPENDENCIES = host-flex host-bison $(eval $(autotools-package))