summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorJianzhong Xu <xuj@ti.com>2019-06-06 22:06:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-07 00:50:08 +0000
commit852f3c0521644d02916172eb0082e92871966581 (patch)
tree70828709314ed23e9f5f7b5f8e06e73012e61e43 /recipes-ti
parentc5f301904be24f566918e012d89170f5def54763 (diff)
downloadmeta-ti-852f3c0521644d02916172eb0082e92871966581.tar.gz
swtools: bump SRCREV to compile dsplib/mathlib with "--legacy"
Signed-off-by: Jianzhong Xu <xuj@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/swtools/swtools_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb
index 796909f1..3e7105b6 100644
--- a/recipes-ti/swtools/swtools_git.bb
+++ b/recipes-ti/swtools/swtools_git.bb
@@ -17,7 +17,7 @@ S = "${WORKDIR}/git"
17SWTOOLS_GIT_BRANCH = "master" 17SWTOOLS_GIT_BRANCH = "master"
18SWTOOLS_GIT_PROTOCOL = "git" 18SWTOOLS_GIT_PROTOCOL = "git"
19SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git" 19SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git"
20SWTOOLS_SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4" 20SWTOOLS_SRCREV = "0ef96a3bb9fd8694ae75c4c3f85ad4ab2278f655"
21 21
22SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}" 22SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}"
23SRCREV = "${SWTOOLS_SRCREV}" 23SRCREV = "${SWTOOLS_SRCREV}"