summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-11-24 10:19:48 -0300
committerGitHub <noreply@github.com>2021-11-24 10:19:48 -0300
commit225d7561788d9488055707b9a7e4b38185d3d6c8 (patch)
tree546351390398988de37214a21ae47b884ce33627 /recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc
parent727fd8df20c8ee58474ce15cd5e1459f14bee977 (diff)
parent182b4a6a6e6dd0c86e0e15f1152bb1c65f746015 (diff)
downloadmeta-freescale-225d7561788d9488055707b9a7e4b38185d3d6c8.tar.gz
Merge pull request #930 from rohieb/dunfell
[backport dunfell] recipes: use https protocol and add explicit branch parameter
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc
index 94db11cc..11d77e92 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
8 8
9DEPENDS += "bison-native" 9DEPENDS += "bison-native"
10 10
11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https"
12 12
13SRCREV = "88c58453be8cd87eb55f8e283ac4dcce5b59006d" 13SRCREV = "88c58453be8cd87eb55f8e283ac4dcce5b59006d"
14SRCBRANCH = "2020.04+fslc" 14SRCBRANCH = "2020.04+fslc"