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-dpaa2 | |
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-dpaa2')
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-dpaa2/management-complex/management-complex_10.14.1.bb b/recipes-dpaa2/management-complex/management-complex_10.14.1.bb index a3793bd47..4d4f1dcd4 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.14.1.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.14.1.bb | |||
@@ -6,7 +6,7 @@ inherit deploy | |||
6 | 6 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https" |
10 | SRCREV = "408110ee632f6291545b0b156cd74e7e3b4612cc" | 10 | SRCREV = "408110ee632f6291545b0b156cd74e7e3b4612cc" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/recipes-dpaa2/management-complex/management-complex_10.20.4.bb b/recipes-dpaa2/management-complex/management-complex_10.20.4.bb index 8352a098e..07f26b292 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.20.4.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.20.4.bb | |||
@@ -6,7 +6,7 @@ inherit deploy | |||
6 | 6 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https" |
10 | SRCREV = "f73683596a7b72124d67b62e64f3dc2bb36b9321" | 10 | SRCREV = "f73683596a7b72124d67b62e64f3dc2bb36b9321" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/recipes-dpaa2/management-complex/management-complex_10.24.0.bb b/recipes-dpaa2/management-complex/management-complex_10.24.0.bb index 1e100f20b..3408fba0c 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.24.0.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.24.0.bb | |||
@@ -6,7 +6,7 @@ inherit deploy | |||
6 | 6 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https" |
10 | SRCREV = "324817697a4c89a9a940fb7dba1b18909913ee20" | 10 | SRCREV = "324817697a4c89a9a940fb7dba1b18909913ee20" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
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 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1;protocol=https" |
10 | SRCREV = "d21bc22000a14b0b6eeafc017fb93bc70499f74a" | 10 | SRCREV = "d21bc22000a14b0b6eeafc017fb93bc70499f74a" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |