From a48f5ee3c4c690da4822c3f22cdee740d52dfd58 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Mon, 9 Oct 2023 17:15:24 -0300 Subject: uuu: Update nxp repository links Due to the transition of github.com/NXPMicro/mfgtools to github.com/nxp-imx/mfgtools, this commit updates the repository links to ensure future fetches will not break. The recipe still works because NXPMicro repository became an alias to nxp-imx. Signed-off-by: Hiago De Franco --- recipes-devtools/uuu/uuu-bin_1.4.243.bb | 8 ++++---- recipes-devtools/uuu/uuu_git.bb | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/uuu/uuu-bin_1.4.243.bb b/recipes-devtools/uuu/uuu-bin_1.4.243.bb index 76596b2c..4ad823aa 100644 --- a/recipes-devtools/uuu/uuu-bin_1.4.243.bb +++ b/recipes-devtools/uuu/uuu-bin_1.4.243.bb @@ -3,16 +3,16 @@ SUMMARY = "Universal Update Utility - Binaries" DESCRIPTION = "Image deploy tool for i.MX chips" -HOMEPAGE = "https://github.com/NXPmicro/mfgtools" +HOMEPAGE = "https://github.com/nxp-imx/mfgtools" LICENSE = "BSD-3-Clause & LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \ file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68" SRC_URI = " \ - https://github.com/NXPmicro/mfgtools/releases/download/uuu_${PV}/uuu;downloadfilename=uuu-${PV};name=Linux \ - https://github.com/NXPmicro/mfgtools/releases/download/uuu_${PV}/uuu_mac;downloadfilename=uuu-${PV}_mac;name=Mac \ - https://github.com/NXPmicro/mfgtools/releases/download/uuu_${PV}/uuu.exe;downloadfilename=uuu-${PV}.exe;name=Windows \ + https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu;downloadfilename=uuu-${PV};name=Linux \ + https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac;downloadfilename=uuu-${PV}_mac;name=Mac \ + https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu.exe;downloadfilename=uuu-${PV}.exe;name=Windows \ " SRC_URI[Linux.sha256sum] = "dfb2a6dca337ebd59675ea5ce7f1bce6724e3b901bcb455126d4bf9bdfa2e585" diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb index 2ff0ee5b..29a443be 100644 --- a/recipes-devtools/uuu/uuu_git.bb +++ b/recipes-devtools/uuu/uuu_git.bb @@ -1,8 +1,8 @@ SUMMARY = "Universal Update Utility" DESCRIPTION = "Image deploy tool for i.MX chips" -HOMEPAGE = "https://github.com/NXPmicro/mfgtools" +HOMEPAGE = "https://github.com/nxp-imx/mfgtools" -SRC_URI = "git://github.com/NXPmicro/mfgtools.git;protocol=https;branch=master" +SRC_URI = "git://github.com/nxp-imx/mfgtools.git;protocol=https;branch=master" SRCREV = "ed48c514ee4c1ea4562c875877b180a87474f895" PV = "1.4.243" -- cgit v1.2.3-54-g00ecf