mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
i.MX: Update versions to match latest Freescale release
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0fa180aa8a
commit
b0b72591d7
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBFSLPARSER_VERSION = 3.0.1
|
||||
LIBFSLPARSER_VERSION = $(FREESCALE_IMX_VERSION)
|
||||
LIBFSLPARSER_SITE = $(FREESCALE_IMX_SITE)
|
||||
LIBFSLPARSER_SOURCE = libfslparser-$(LIBFSLPARSER_VERSION).bin
|
||||
LIBFSLPARSER_LICENSE = Freescale Semiconductor Software License Agreement
|
||||
@@ -36,4 +36,7 @@ endef
|
||||
# The Makefile installs several versions of the libraries, but we only
|
||||
# need one of them, depending on the platform.
|
||||
|
||||
# without AUTORECONF, configure fails to find install-sh.
|
||||
LIBFSLPARSER_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user