package/ply: build needs flex and bison
authorAndreas Klinger <ak@it-klinger.de>
Tue, 23 Feb 2021 18:04:37 +0000 (19:04 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 25 Feb 2021 19:30:20 +0000 (20:30 +0100)
Building needs flex and bison installed on the host system.

Fixes:
http://autobuild.buildroot.net/results/7cfe75725f4746367f2870ee9545f31ba56f6ec1

Signed-off-by: Andreas Klinger <ak@it-klinger.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ply/ply.mk

index 0e4141f650856c3841f2a2a158e5ee3c5796cce4..b72b29f315671926f8c4a659cf182f0293c319d4 100644 (file)
@@ -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))