The regex originally to correct all URLs that were still using the old
git protocol didn't have a check in place to see if the URL was already
using the correct protocol.

This just fixes the two affected URLs.

Signed-off-by: Randolph Sapp <[email protected]>
---
 recipes-bsp/x-load/x-load_1.46-psp.bb | 2 +-
 recipes-ti/secdev/ti-k3-secdev_git.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/x-load/x-load_1.46-psp.bb 
b/recipes-bsp/x-load/x-load_1.46-psp.bb
index 413328e1..5713927b 100644
--- a/recipes-bsp/x-load/x-load_1.46-psp.bb
+++ b/recipes-bsp/x-load/x-load_1.46-psp.bb
@@ -12,7 +12,7 @@ PE = "1"
 
 # TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different)
 SRCREV_pn-${PN} = "fc6d5be15c703d21aef0ae0b8c02177721f0445f"
-SRC_URI = 
"git://git.ti.com/git/git/arago-project-org/x-load-omap3.git;protocol=https"
+SRC_URI = 
"git://git.ti.com/git/arago-project-org/x-load-omap3.git;protocol=https"
 
 S = "${WORKDIR}/git"
 
diff --git a/recipes-ti/secdev/ti-k3-secdev_git.bb 
b/recipes-ti/secdev/ti-k3-secdev_git.bb
index 3851d35a..28dbe9ee 100644
--- a/recipes-ti/secdev/ti-k3-secdev_git.bb
+++ b/recipes-ti/secdev/ti-k3-secdev_git.bb
@@ -9,7 +9,7 @@ COMPATIBLE_MACHINE = "null"
 COMPATIBLE_MACHINE_class-native = "(.*)"
 COMPATIBLE_MACHINE_class-nativesdk = "(.*)"
 
-GIT_URI = 
"git://git.ti.com/git/git/security-development-tools/core-secdev-k3.git"
+GIT_URI = "git://git.ti.com/git/security-development-tools/core-secdev-k3.git"
 GIT_PROTOCOL = "https"
 GIT_BRANCH = "master"
 GIT_SRCREV = "eb2c4d734487e5095b94cef3fd7213ee71d9e016"
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14992): 
https://lists.yoctoproject.org/g/meta-ti/message/14992
Mute This Topic: https://lists.yoctoproject.org/mt/93429472/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to