summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-02-20 19:39:19 -0300
committerGitHub <noreply@github.com>2023-02-20 19:39:19 -0300
commit68f178d73fef676d090c4c70928e0da67fd30734 (patch)
tree2fbed47e85cc9418a4c66ae305f17749bdf0c757
parent56b0790d461c964962f99c4636a5aa12c04831cd (diff)
parent59f400d71d2b4a6155d7ea2d2b5630d041a8f7f5 (diff)
downloadmeta-freescale-68f178d73fef676d090c4c70928e0da67fd30734.tar.gz
Merge pull request #1435 from YoeDistro/yoe/mut
boot-format: Use https protocol with github
-rw-r--r--recipes-bsp/boot-format/boot-format_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/boot-format/boot-format_git.bb b/recipes-bsp/boot-format/boot-format_git.bb
index 4057855c..0916b45b 100644
--- a/recipes-bsp/boot-format/boot-format_git.bb
+++ b/recipes-bsp/boot-format/boot-format_git.bb
@@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only"
3PR = "r6" 3PR = "r6"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/boot-format;nobranch=1 \ 6SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/boot-format;protocol=https;nobranch=1 \
7 file://flags.patch" 7 file://flags.patch"
8SRCREV = "4eb81a6797ef4e58bf7d9b2d58afb37a21c1f550" 8SRCREV = "4eb81a6797ef4e58bf7d9b2d58afb37a21c1f550"
9 9