diff options
author | Jianzhong Xu <xuj@ti.com> | 2019-06-06 22:19:20 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-06-07 00:50:08 +0000 |
commit | 9b39cceead6777c9f847f6e54e07c20fab4c03b6 (patch) | |
tree | a1cd588acb8418336ecc58b48984f716e587512d | |
parent | aa6914e56e15552251f4fa28b0c84780cff8d843 (diff) | |
download | meta-ti-9b39cceead6777c9f847f6e54e07c20fab4c03b6.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.inc | 6 |
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 | ||
5 | require ../includes/ti-paths.inc | 5 | require ../includes/ti-paths.inc |
6 | 6 | ||
7 | PV = "3_4_0_3" | 7 | PV = "3_4_0_4" |
8 | PR = "r2" | 8 | PR = "r1" |
9 | 9 | ||
10 | DEPENDS = "ti-cgt6x-native \ | 10 | DEPENDS = "ti-cgt6x-native \ |
11 | ti-xdctools-native \ | 11 | ti-xdctools-native \ |
@@ -19,7 +19,7 @@ S = "${WORKDIR}/git" | |||
19 | DSPLIB_GIT_BRANCH = "master" | 19 | DSPLIB_GIT_BRANCH = "master" |
20 | DSPLIB_GIT_PROTOCOL = "git" | 20 | DSPLIB_GIT_PROTOCOL = "git" |
21 | DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git" | 21 | DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git" |
22 | DSPLIB_SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a" | 22 | DSPLIB_SRCREV = "ec2f933247d5fa59377c801bb23eb3b62b38627b" |
23 | 23 | ||
24 | SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}" | 24 | SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}" |
25 | SRCREV = "${DSPLIB_SRCREV}" | 25 | SRCREV = "${DSPLIB_SRCREV}" |