diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2022-08-22 12:20:13 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-08-26 14:33:15 -0500 |
| commit | daccda80cd637e7afc61481e5d601dc66dbe8edd (patch) | |
| tree | 5c03f0179a3782fd844291c54f036d2943859249 /recipes-ti/mathlib/mathlib.inc | |
| parent | 9e5ec11a1ade654fc2cf35e4c260b298832113ff (diff) | |
| download | meta-ti-daccda80cd637e7afc61481e5d601dc66dbe8edd.tar.gz | |
all: Stop using git://git.ti.com
Stop using un-encrypted git:// protocol to access TI repositories.
This is inline with the same arguments as made by github in
https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-ti/mathlib/mathlib.inc')
| -rw-r--r-- | recipes-ti/mathlib/mathlib.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc index cfc5409f..5d96e8aa 100644 --- a/recipes-ti/mathlib/mathlib.inc +++ b/recipes-ti/mathlib/mathlib.inc | |||
| @@ -17,8 +17,8 @@ DEPENDS = "ti-cgt6x-native \ | |||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | MATHLIB_GIT_BRANCH = "master" | 19 | MATHLIB_GIT_BRANCH = "master" |
| 20 | MATHLIB_GIT_PROTOCOL = "git" | 20 | MATHLIB_GIT_PROTOCOL = "https" |
| 21 | MATHLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git" | 21 | MATHLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/mathlib.git" |
| 22 | MATHLIB_SRCREV = "eadcc9547faf69789661b004bb0b5ef53bb69951" | 22 | MATHLIB_SRCREV = "eadcc9547faf69789661b004bb0b5ef53bb69951" |
| 23 | 23 | ||
| 24 | SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}" | 24 | SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}" |
