diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-10-09 18:05:11 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-09 18:05:11 -0300 |
| commit | d441dcbe4ff2dcd28509688e90f47044a7350b68 (patch) | |
| tree | dc0fb38f1c7c87da29947d12fc6d476d1c56da73 | |
| parent | e0939d967ff6fba68de425ea5f8da601ba518efe (diff) | |
| parent | a48f5ee3c4c690da4822c3f22cdee740d52dfd58 (diff) | |
| download | meta-freescale-d441dcbe4ff2dcd28509688e90f47044a7350b68.tar.gz | |
Merge pull request #1662 from hiagofranco/update_uuu_src_link
uuu: Update nxp repository links
| -rw-r--r-- | recipes-devtools/uuu/uuu-bin_1.4.243.bb | 8 | ||||
| -rw-r--r-- | recipes-devtools/uuu/uuu_git.bb | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-devtools/uuu/uuu-bin_1.4.243.bb b/recipes-devtools/uuu/uuu-bin_1.4.243.bb index 76596b2c2..4ad823aa8 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 @@ | |||
| 3 | 3 | ||
| 4 | SUMMARY = "Universal Update Utility - Binaries" | 4 | SUMMARY = "Universal Update Utility - Binaries" |
| 5 | DESCRIPTION = "Image deploy tool for i.MX chips" | 5 | DESCRIPTION = "Image deploy tool for i.MX chips" |
| 6 | HOMEPAGE = "https://github.com/NXPmicro/mfgtools" | 6 | HOMEPAGE = "https://github.com/nxp-imx/mfgtools" |
| 7 | 7 | ||
| 8 | LICENSE = "BSD-3-Clause & LGPL-2.1-or-later" | 8 | LICENSE = "BSD-3-Clause & LGPL-2.1-or-later" |
| 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \ | 9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \ |
| 10 | file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68" | 10 | file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68" |
| 11 | 11 | ||
| 12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
| 13 | https://github.com/NXPmicro/mfgtools/releases/download/uuu_${PV}/uuu;downloadfilename=uuu-${PV};name=Linux \ | 13 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu;downloadfilename=uuu-${PV};name=Linux \ |
| 14 | https://github.com/NXPmicro/mfgtools/releases/download/uuu_${PV}/uuu_mac;downloadfilename=uuu-${PV}_mac;name=Mac \ | 14 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_mac;downloadfilename=uuu-${PV}_mac;name=Mac \ |
| 15 | https://github.com/NXPmicro/mfgtools/releases/download/uuu_${PV}/uuu.exe;downloadfilename=uuu-${PV}.exe;name=Windows \ | 15 | https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu.exe;downloadfilename=uuu-${PV}.exe;name=Windows \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | SRC_URI[Linux.sha256sum] = "dfb2a6dca337ebd59675ea5ce7f1bce6724e3b901bcb455126d4bf9bdfa2e585" | 18 | SRC_URI[Linux.sha256sum] = "dfb2a6dca337ebd59675ea5ce7f1bce6724e3b901bcb455126d4bf9bdfa2e585" |
diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb index 2ff0ee5bf..29a443be4 100644 --- a/recipes-devtools/uuu/uuu_git.bb +++ b/recipes-devtools/uuu/uuu_git.bb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | SUMMARY = "Universal Update Utility" | 1 | SUMMARY = "Universal Update Utility" |
| 2 | DESCRIPTION = "Image deploy tool for i.MX chips" | 2 | DESCRIPTION = "Image deploy tool for i.MX chips" |
| 3 | HOMEPAGE = "https://github.com/NXPmicro/mfgtools" | 3 | HOMEPAGE = "https://github.com/nxp-imx/mfgtools" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://github.com/NXPmicro/mfgtools.git;protocol=https;branch=master" | 5 | SRC_URI = "git://github.com/nxp-imx/mfgtools.git;protocol=https;branch=master" |
| 6 | SRCREV = "ed48c514ee4c1ea4562c875877b180a87474f895" | 6 | SRCREV = "ed48c514ee4c1ea4562c875877b180a87474f895" |
| 7 | PV = "1.4.243" | 7 | PV = "1.4.243" |
| 8 | 8 | ||
