summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJianzhong Xu <xuj@ti.com>2019-06-06 22:19:20 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-11 19:35:43 +0000
commit5ee67abd2facf7d43413f16d6d06e399c1ba4ac2 (patch)
tree2e539e9231d9848ca766f62dcac683f8928ca30b
parent6d4a5b08be0e9e7b14fb93c817afb0e20293b344 (diff)
downloadmeta-ti-5ee67abd2facf7d43413f16d6d06e399c1ba4ac2.tar.gz
dsplib: bump SRCREV to pick up updated test reports
Signed-off-by: Jianzhong Xu <xuj@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/dsplib/dsplib.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
index 1dfbcd24..2d0a45ca 100644
--- a/recipes-ti/dsplib/dsplib.inc
+++ b/recipes-ti/dsplib/dsplib.inc
@@ -4,8 +4,8 @@ LICENSE = "BSD-3-Clause"
4 4
5require ../includes/ti-paths.inc 5require ../includes/ti-paths.inc
6 6
7PV = "3_4_0_3" 7PV = "3_4_0_4"
8PR = "r2" 8PR = "r1"
9 9
10DEPENDS = "ti-cgt6x-native \ 10DEPENDS = "ti-cgt6x-native \
11 ti-xdctools-native \ 11 ti-xdctools-native \
@@ -19,7 +19,7 @@ S = "${WORKDIR}/git"
19DSPLIB_GIT_BRANCH = "master" 19DSPLIB_GIT_BRANCH = "master"
20DSPLIB_GIT_PROTOCOL = "git" 20DSPLIB_GIT_PROTOCOL = "git"
21DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git" 21DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git"
22DSPLIB_SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a" 22DSPLIB_SRCREV = "ec2f933247d5fa59377c801bb23eb3b62b38627b"
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}"
25SRCREV = "${DSPLIB_SRCREV}" 25SRCREV = "${DSPLIB_SRCREV}"