diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-10-19 16:23:07 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-19 17:55:39 +0200 |
commit | 318a3bade5249c1b5ca010e6f0f801f86549a29a (patch) | |
tree | 2f422854dc224e6347fb75104d47b7f1c14add7a | |
parent | 59b6eb96b0a34b3b36d725b49d463bbf41feb1dc (diff) | |
download | buildroot-318a3bade5249c1b5ca010e6f0f801f86549a29a.tar.gz buildroot-318a3bade5249c1b5ca010e6f0f801f86549a29a.zip |
imx-uuc: switch to open source version
The tool will be maintained as an open source project.
The repository can be found at:
https://github.com/NXPmicro/imx-uuc
This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-freescale/commit/9b56bf13
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/freescale-imx/imx-uuc/imx-uuc.hash | 2 | ||||
-rw-r--r-- | package/freescale-imx/imx-uuc/imx-uuc.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/freescale-imx/imx-uuc/imx-uuc.hash b/package/freescale-imx/imx-uuc/imx-uuc.hash index 05501c8b7c..d6e4d97ea0 100644 --- a/package/freescale-imx/imx-uuc/imx-uuc.hash +++ b/package/freescale-imx/imx-uuc/imx-uuc.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 95d7f7b075f58fedc07602fbc0e5bf5212d28deea3d09cdbcbd80992dcd18482 imx-uuc-0.5.1.tar.gz +sha256 eac0c3e288c845cd9b82d02993f8358731a7a03e51591b27feeb453b143beb73 imx-uuc-3440b1108373e79669cc17ba1d2be91a123a2053.tar.gz diff --git a/package/freescale-imx/imx-uuc/imx-uuc.mk b/package/freescale-imx/imx-uuc/imx-uuc.mk index 58e749e42d..12d9312155 100644 --- a/package/freescale-imx/imx-uuc/imx-uuc.mk +++ b/package/freescale-imx/imx-uuc/imx-uuc.mk @@ -4,8 +4,8 @@ # ################################################################################ -IMX_UUC_VERSION = 0.5.1 -IMX_UUC_SITE = $(FREESCALE_IMX_SITE) +IMX_UUC_VERSION = 3440b1108373e79669cc17ba1d2be91a123a2053 +IMX_UUC_SITE = $(call github,NXPmicro,imx-uuc,$(IMX_UUC_VERSION)) IMX_UUC_LICENSE = GPLv2+ IMX_UUC_LICENSE_FILES = COPYING |