summaryrefslogtreecommitdiffstats
path: root/package/libfslparser/libfslparser.mk
blob: c5efc85c9af227625ee8dabce2b5f693cef0a440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
################################################################################
#
# libfslparser
#
################################################################################

LIBFSLPARSER_VERSION = 4.0.7
LIBFSLPARSER_SITE = $(FREESCALE_IMX_SITE)
LIBFSLPARSER_SOURCE = libfslparser-$(LIBFSLPARSER_VERSION).bin
LIBFSLPARSER_INSTALL_STAGING = YES

LIBFSLPARSER_LICENSE = Freescale Semiconductor Software License Agreement
LIBFSLPARSER_LICENSE_FILES = EULA COPYING
LIBFSLPARSER_REDISTRIBUTE = NO

define LIBFSLPARSER_EXTRACT_CMDS
	$(call FREESCALE_IMX_EXTRACT_HELPER,$(DL_DIR)/$(LIBFSLPARSER_SOURCE))
endef

# The Makefile installs several versions of the libraries, but we only
# need one of them, depending on the platform.

$(eval $(autotools-package))
OpenPOWER on IntegriCloud