mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Bump to new available version. For change log, see: https://github.com/wkz/ply/releases/tag/2.4.0 Signed-off-by: Andreas Klinger <ak@it-klinger.de> [Julien: replaced the change log url] Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
409 B
Makefile
16 lines
409 B
Makefile
################################################################################
|
|
#
|
|
# ply
|
|
#
|
|
################################################################################
|
|
|
|
PLY_VERSION = 2.4.0
|
|
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))
|