summaryrefslogtreecommitdiffstats
path: root/package/freescale-imx/imx-lib/imx-lib.mk
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2016-01-30 12:45:50 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-01 21:46:08 +0100
commit2a58ad513a1b84b7fe3d0e2a7155f10e1180a984 (patch)
tree2ff91cca313fa2fca5e4e63ca1b926dba72c203f /package/freescale-imx/imx-lib/imx-lib.mk
parent2bd5740421e7c87ae0f47fa2da2110287ed231f8 (diff)
downloadbuildroot-2a58ad513a1b84b7fe3d0e2a7155f10e1180a984.tar.gz
buildroot-2a58ad513a1b84b7fe3d0e2a7155f10e1180a984.zip
imx-lib: bump to version 5.1
Change version to be independent of BSP version. This limits confusion on future BSP updates that do not include imx-lib updates. Changelog since 3.14.28-1.0.0_ga: - Add i.MX 7D support. - Change LICENSE file. - Enable pxp libraries for i.MX 6UltraLite. - Fix rng and shara2 to exclude the 6UL platform to avoid build breaks This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/b299454 https://github.com/Freescale/meta-fsl-arm/commit/5f28af0 Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/freescale-imx/imx-lib/imx-lib.mk')
-rw-r--r--package/freescale-imx/imx-lib/imx-lib.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/freescale-imx/imx-lib/imx-lib.mk b/package/freescale-imx/imx-lib/imx-lib.mk
index e160cca404..b49357bd98 100644
--- a/package/freescale-imx/imx-lib/imx-lib.mk
+++ b/package/freescale-imx/imx-lib/imx-lib.mk
@@ -4,10 +4,10 @@
#
################################################################################
-IMX_LIB_VERSION = $(FREESCALE_IMX_VERSION)
+IMX_LIB_VERSION = 5.1
IMX_LIB_SITE = $(FREESCALE_IMX_SITE)
IMX_LIB_LICENSE = LGPLv2.1+
-IMX_LIB_LICENSE_FILES = pxp/pxp_lib.h
+IMX_LIB_LICENSE_FILES = COPYING-LGPL-2.1
IMX_LIB_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud