summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/uuu/uuu_git.bb
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2023-10-09 17:15:24 -0300
committerHiago De Franco <hiago.franco@toradex.com>2023-10-09 17:15:24 -0300
commita48f5ee3c4c690da4822c3f22cdee740d52dfd58 (patch)
treedc0fb38f1c7c87da29947d12fc6d476d1c56da73 /recipes-devtools/uuu/uuu_git.bb
parente0939d967ff6fba68de425ea5f8da601ba518efe (diff)
downloadmeta-freescale-a48f5ee3c4c690da4822c3f22cdee740d52dfd58.tar.gz
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 <hiago.franco@toradex.com>
Diffstat (limited to 'recipes-devtools/uuu/uuu_git.bb')
-rw-r--r--recipes-devtools/uuu/uuu_git.bb4
1 files changed, 2 insertions, 2 deletions
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 @@
1SUMMARY = "Universal Update Utility" 1SUMMARY = "Universal Update Utility"
2DESCRIPTION = "Image deploy tool for i.MX chips" 2DESCRIPTION = "Image deploy tool for i.MX chips"
3HOMEPAGE = "https://github.com/NXPmicro/mfgtools" 3HOMEPAGE = "https://github.com/nxp-imx/mfgtools"
4 4
5SRC_URI = "git://github.com/NXPmicro/mfgtools.git;protocol=https;branch=master" 5SRC_URI = "git://github.com/nxp-imx/mfgtools.git;protocol=https;branch=master"
6SRCREV = "ed48c514ee4c1ea4562c875877b180a87474f895" 6SRCREV = "ed48c514ee4c1ea4562c875877b180a87474f895"
7PV = "1.4.243" 7PV = "1.4.243"
8 8