81e0421285
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>
16 lines
409 B
Makefile
16 lines
409 B
Makefile
################################################################################
|
|
#
|
|
# ply
|
|
#
|
|
################################################################################
|
|
|
|
PLY_VERSION = 2.1.1
|
|
PLY_SITE = $(call github,wkz,ply,$(PLY_VERSION))
|
|
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))
|