flex: bump to version 2.5.37
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
13b0a3fa84
commit
a58506aa08
@ -4,7 +4,7 @@ config BR2_PACKAGE_FLEX
|
|||||||
A fast lexical analyser generator. A tool for generating
|
A fast lexical analyser generator. A tool for generating
|
||||||
programs that perform pattern-matching on text.
|
programs that perform pattern-matching on text.
|
||||||
|
|
||||||
http://www.gnu.org/software/flex/
|
http://flex.sourceforge.net/
|
||||||
|
|
||||||
config BR2_PACKAGE_FLEX_BINARY
|
config BR2_PACKAGE_FLEX_BINARY
|
||||||
bool "Install tool in the target"
|
bool "Install tool in the target"
|
||||||
|
@ -4,12 +4,8 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
FLEX_VERSION = 2.5.35
|
FLEX_VERSION = 2.5.37
|
||||||
FLEX_PATCH_VERSION = 10
|
FLEX_SITE = http://download.sourceforge.net/project/flex
|
||||||
FLEX_SOURCE = flex_$(FLEX_VERSION).orig.tar.gz
|
|
||||||
FLEX_PATCH = flex_$(FLEX_VERSION)-$(FLEX_PATCH_VERSION).diff.gz
|
|
||||||
FLEX_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/f/flex
|
|
||||||
FLEX_DIR = $(BUILD_DIR)/flex-$(FLEX_VERSION)
|
|
||||||
FLEX_INSTALL_STAGING = YES
|
FLEX_INSTALL_STAGING = YES
|
||||||
FLEX_LICENSE = FLEX
|
FLEX_LICENSE = FLEX
|
||||||
FLEX_LICENSE_FILES = COPYING
|
FLEX_LICENSE_FILES = COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user