From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sun, 29 Sep 2013 15:54:56 -0700 Subject: [Buildroot] [PATCH 2/4] i.MX: Use FREESCALE_IMX_MIRROR_SITE for newly-moved packages In-Reply-To: <1380495298-22823-1-git-send-email-eric.nelson@boundarydevices.com> References: <1380495298-22823-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <1380495298-22823-3-git-send-email-eric.nelson@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Now that libfslcodec, libfslparser, and libfslvpuwrap are in the package/freescale-imx directory, they can share the _SITE mirror with other similar packages. Signed-off-by: Eric Nelson --- package/freescale-imx/libfslcodec/libfslcodec.mk | 2 +- package/freescale-imx/libfslparser/libfslparser.mk | 2 +- package/freescale-imx/libfslvpuwrap/libfslvpuwrap.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/freescale-imx/libfslcodec/libfslcodec.mk b/package/freescale-imx/libfslcodec/libfslcodec.mk index c18332a..e0dca7f 100644 --- a/package/freescale-imx/libfslcodec/libfslcodec.mk +++ b/package/freescale-imx/libfslcodec/libfslcodec.mk @@ -6,7 +6,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_MIRROR_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 diff --git a/package/freescale-imx/libfslparser/libfslparser.mk b/package/freescale-imx/libfslparser/libfslparser.mk index 3e27a6a..c2af129 100644 --- a/package/freescale-imx/libfslparser/libfslparser.mk +++ b/package/freescale-imx/libfslparser/libfslparser.mk @@ -6,7 +6,7 @@ LIBFSLPARSER_VERSION = 3.0.1 # No official download site from freescale, just this mirror -LIBFSLPARSER_SITE = http://download.ossystems.com.br/bsp/freescale/source +LIBFSLPARSER_SITE = $(FREESCALE_IMX_MIRROR_SITE) LIBFSLPARSER_SOURCE = libfslparser-$(LIBFSLPARSER_VERSION).bin LIBFSLPARSER_LICENSE = Freescale Semiconductor Software License Agreement LIBFSLPARSER_LICENSE_FILES = EULA EULA.txt diff --git a/package/freescale-imx/libfslvpuwrap/libfslvpuwrap.mk b/package/freescale-imx/libfslvpuwrap/libfslvpuwrap.mk index 1bc7129..f4539f3 100644 --- a/package/freescale-imx/libfslvpuwrap/libfslvpuwrap.mk +++ b/package/freescale-imx/libfslvpuwrap/libfslvpuwrap.mk @@ -6,7 +6,7 @@ LIBFSLVPUWRAP_VERSION = 1.0.17 # No official download site from freescale, just this mirror -LIBFSLVPUWRAP_SITE = http://download.ossystems.com.br/bsp/freescale/source +LIBFSLVPUWRAP_SITE = $(FREESCALE_IMX_MIRROR_SITE) LIBFSLVPUWRAP_LICENSE = Freescale Semiconductor Software License Agreement LIBFSLVPUWRAP_LICENSE_FILES = EULA.txt LIBFSLVPUWRAP_REDISTRIBUTE = NO -- 1.8.1.2