2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-12-19 14:37:34 +01:00
|
|
|
#
|
2013-06-06 01:53:29 +02:00
|
|
|
# libfslparser
|
2012-12-19 14:37:34 +01:00
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-12-19 14:37:34 +01:00
|
|
|
|
2016-03-16 15:56:42 +01:00
|
|
|
LIBFSLPARSER_VERSION = 4.0.8
|
2014-02-14 01:26:18 +01:00
|
|
|
LIBFSLPARSER_SITE = $(FREESCALE_IMX_SITE)
|
2012-12-19 14:37:34 +01:00
|
|
|
LIBFSLPARSER_SOURCE = libfslparser-$(LIBFSLPARSER_VERSION).bin
|
2014-11-19 22:30:38 +01:00
|
|
|
LIBFSLPARSER_INSTALL_STAGING = YES
|
|
|
|
|
2012-12-19 14:37:34 +01:00
|
|
|
LIBFSLPARSER_LICENSE = Freescale Semiconductor Software License Agreement
|
2015-09-11 11:39:46 +02:00
|
|
|
LIBFSLPARSER_LICENSE_FILES = EULA COPYING
|
2012-12-19 14:37:34 +01:00
|
|
|
LIBFSLPARSER_REDISTRIBUTE = NO
|
|
|
|
|
|
|
|
define LIBFSLPARSER_EXTRACT_CMDS
|
2014-11-19 22:30:38 +01:00
|
|
|
$(call FREESCALE_IMX_EXTRACT_HELPER,$(DL_DIR)/$(LIBFSLPARSER_SOURCE))
|
2012-12-19 14:37:34 +01:00
|
|
|
endef
|
|
|
|
|
|
|
|
# The Makefile installs several versions of the libraries, but we only
|
|
|
|
# need one of them, depending on the platform.
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|