mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
i.MX: Use FREESCALE_IMX_SITE for Freescale packages
This patch consolidates the URLs for various Freescale-supplied packages to use FREESCALE_IMX_SITE. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Reviewed-by: "Thomas Petazzoni" <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
f75b5de9f6
commit
0fa180aa8a
@@ -5,8 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
LIBFSLCODEC_VERSION = 3.0.1
|
||||
# No official download site from freescale, just this mirror
|
||||
LIBFSLCODEC_SITE = http://download.ossystems.com.br/bsp/freescale/source
|
||||
LIBFSLCODEC_SITE = $(FREESCALE_IMX_SITE)
|
||||
LIBFSLCODEC_SOURCE = libfslcodec-$(LIBFSLCODEC_VERSION).bin
|
||||
LIBFSLCODEC_LICENSE = Freescale Semiconductor Software License Agreement, BSD-3c (flac, ogg headers)
|
||||
LIBFSLCODEC_LICENSE_FILES = EULA EULA.txt
|
||||
|
||||
Reference in New Issue
Block a user