[Buildroot] [git commit] package/imx-lib: fix legal-info

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jan 25 22:09:08 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=c7a634e6fdeae659b853f928f4bdae0ce8480975
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at free.fr>
Cc: Gary Bisson <gary.bisson at boundarydevices.com>
Acked-by: Gary Bisson <gary.bisson at boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/freescale-imx/imx-lib/imx-lib.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/freescale-imx/imx-lib/imx-lib.mk b/package/freescale-imx/imx-lib/imx-lib.mk
index 7046580..e160cca 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
 


More information about the buildroot mailing list