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-dpaa | |
| 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-dpaa')
| -rw-r--r-- | recipes-dpaa/fm-ucode/fm-ucode_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb index 966ee94c6..f79122c66 100644 --- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb +++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb | |||
| @@ -7,7 +7,7 @@ PR = "r1" | |||
| 7 | 7 | ||
| 8 | inherit deploy | 8 | inherit deploy |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1" | 10 | SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https" |
| 11 | SRCREV = "c275e91392e2adab1ed22f3867b8269ca3c54014" | 11 | SRCREV = "c275e91392e2adab1ed22f3867b8269ca3c54014" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
