summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2/management-complex/management-complex_10.29.0.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-11-03 18:41:23 -0300
committerGitHub <noreply@github.com>2021-11-03 18:41:23 -0300
commit75cc53cc480f73d8dc97cf1b52c48fb874d16a97 (patch)
tree93ee6b4fb459a7719aae1f3010d8c5d65be3e2b2 /recipes-dpaa2/management-complex/management-complex_10.29.0.bb
parent16e922408678425a492bd109350cd217a0841280 (diff)
parentbef00d6e4f25b4a9d3272e0d69db7545590ed204 (diff)
downloadmeta-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-dpaa2/management-complex/management-complex_10.29.0.bb')
-rw-r--r--recipes-dpaa2/management-complex/management-complex_10.29.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa2/management-complex/management-complex_10.29.0.bb b/recipes-dpaa2/management-complex/management-complex_10.29.0.bb
index ba43b761c..08991f09e 100644
--- a/recipes-dpaa2/management-complex/management-complex_10.29.0.bb
+++ b/recipes-dpaa2/management-complex/management-complex_10.29.0.bb
@@ -6,7 +6,7 @@ inherit deploy
6 6
7INHIBIT_DEFAULT_DEPS = "1" 7INHIBIT_DEFAULT_DEPS = "1"
8 8
9SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1" 9SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https"
10SRCREV = "d21bc22000a14b0b6eeafc017fb93bc70499f74a" 10SRCREV = "d21bc22000a14b0b6eeafc017fb93bc70499f74a"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"