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:
Eric Nelson
2014-02-13 17:26:19 -07:00
committed by Peter Korsgaard
parent 0fa180aa8a
commit b0b72591d7
7 changed files with 54 additions and 12 deletions

View File

@@ -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))