diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2016-01-24 20:37:25 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-25 23:09:08 +0100 |
commit | c7a634e6fdeae659b853f928f4bdae0ce8480975 (patch) | |
tree | 3269111b38b8ba94c3b6eab3016481ff918a64f9 /package/freescale-imx/imx-lib | |
parent | 530c5a55959f161f49dc095641a24ede649725be (diff) | |
download | buildroot-c7a634e6fdeae659b853f928f4bdae0ce8480975.tar.gz buildroot-c7a634e6fdeae659b853f928f4bdae0ce8480975.zip |
package/imx-lib: fix legal-info
The new version of imx-lib no longer bears the EULA file, and has no
other license file.
So, we pick a small header as the license file.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Gary Bisson <gary.bisson@boundarydevices.com>
Acked-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')
-rw-r--r-- | package/freescale-imx/imx-lib/imx-lib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/freescale-imx/imx-lib/imx-lib.mk b/package/freescale-imx/imx-lib/imx-lib.mk index 7046580514..e160cca404 100644 --- a/package/freescale-imx/imx-lib/imx-lib.mk +++ b/package/freescale-imx/imx-lib/imx-lib.mk @@ -7,7 +7,7 @@ IMX_LIB_VERSION = $(FREESCALE_IMX_VERSION) IMX_LIB_SITE = $(FREESCALE_IMX_SITE) IMX_LIB_LICENSE = LGPLv2.1+ -IMX_LIB_LICENSE_FILES = EULA +IMX_LIB_LICENSE_FILES = pxp/pxp_lib.h IMX_LIB_INSTALL_STAGING = YES |