diff options
Diffstat (limited to 'recipes-ti/swtools/swtools_git.bb')
-rw-r--r-- | recipes-ti/swtools/swtools_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb index 497c0e0d..6a3b0344 100644 --- a/recipes-ti/swtools/swtools_git.bb +++ b/recipes-ti/swtools/swtools_git.bb | |||
@@ -15,8 +15,8 @@ PR = "r3" | |||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | SWTOOLS_GIT_BRANCH = "master" | 17 | SWTOOLS_GIT_BRANCH = "master" |
18 | SWTOOLS_GIT_PROTOCOL = "git" | 18 | SWTOOLS_GIT_PROTOCOL = "https" |
19 | SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git" | 19 | SWTOOLS_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/swtools.git" |
20 | SWTOOLS_SRCREV = "7d1c85e686b1466cd2d535fc9cac5baf1aae24a4" | 20 | SWTOOLS_SRCREV = "7d1c85e686b1466cd2d535fc9cac5baf1aae24a4" |
21 | 21 | ||
22 | SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}" | 22 | SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}" |