diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-11-03 18:41:23 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 18:41:23 -0300 |
commit | 75cc53cc480f73d8dc97cf1b52c48fb874d16a97 (patch) | |
tree | 93ee6b4fb459a7719aae1f3010d8c5d65be3e2b2 /recipes-devtools/utp-com | |
parent | 16e922408678425a492bd109350cd217a0841280 (diff) | |
parent | bef00d6e4f25b4a9d3272e0d69db7545590ed204 (diff) | |
download | meta-freescale-75cc53cc480f73d8dc97cf1b52c48fb874d16a97.tar.gz |
Merge pull request #916 from texierp/topic/git-fetcher
recipes: use https protocol and add explicit branch parameter
Diffstat (limited to 'recipes-devtools/utp-com')
-rw-r--r-- | recipes-devtools/utp-com/utp-com_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/utp-com/utp-com_git.bb b/recipes-devtools/utp-com/utp-com_git.bb index db2d7f08..0b0a6cf2 100644 --- a/recipes-devtools/utp-com/utp-com_git.bb +++ b/recipes-devtools/utp-com/utp-com_git.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "sg3-utils" | |||
6 | 6 | ||
7 | SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" | 7 | SRCREV = "dee512ced1e9367d223d22f10797fbf9aeacfab6" |
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://github.com/Freescale/utp_com;protocol=https \ | 9 | git://github.com/Freescale/utp_com;protocol=https;branch=master \ |
10 | " | 10 | " |
11 | 11 | ||
12 | PV = "1.0+git${SRCPV}" | 12 | PV = "1.0+git${SRCPV}" |