summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-ti/dsplib
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-11-04 22:46:20 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-10 08:21:37 -0600
commit737f3583ad150aa678017aa23dd3d462caacb6b4 (patch)
treeec17e0ad4a6dd1c3fc91b15b1e305d1d7bafa260 /meta-ti-extras/recipes-ti/dsplib
parentc60b432df6b5284db83c498f9b856458c271db4d (diff)
downloadmeta-ti-737f3583ad150aa678017aa23dd3d462caacb6b4.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> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-ti/dsplib')
-rw-r--r--meta-ti-extras/recipes-ti/dsplib/dsplib.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-extras/recipes-ti/dsplib/dsplib.inc b/meta-ti-extras/recipes-ti/dsplib/dsplib.inc
index 85d79ae3..6ebc3b34 100644
--- a/meta-ti-extras/recipes-ti/dsplib/dsplib.inc
+++ b/meta-ti-extras/recipes-ti/dsplib/dsplib.inc
@@ -17,8 +17,8 @@ DEPENDS = "ti-cgt6x-native \
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19DSPLIB_GIT_BRANCH = "master" 19DSPLIB_GIT_BRANCH = "master"
20DSPLIB_GIT_PROTOCOL = "git" 20DSPLIB_GIT_PROTOCOL = "https"
21DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git" 21DSPLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/dsplib.git"
22DSPLIB_SRCREV = "0390b171042c602e07669fd28a371cc319b90161" 22DSPLIB_SRCREV = "0390b171042c602e07669fd28a371cc319b90161"
23 23
24SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}" 24SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}"