summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-08-07 00:54:17 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-08-07 00:54:52 +0000
commit5eb082c791af5589b331d90122803566fb42fe38 (patch)
tree958d2e097c3f6182ff3b1dc7521d208509210fa3
parentf3b44a2700719778bc59e9ffd73c31c849f3151d (diff)
downloadmeta-ti-5eb082c791af5589b331d90122803566fb42fe38.tar.gz
dsplib: SRCREV update
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/dsplib/dsplib.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
index 2d0a45ca..111d83cb 100644
--- a/recipes-ti/dsplib/dsplib.inc
+++ b/recipes-ti/dsplib/dsplib.inc
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
5require ../includes/ti-paths.inc 5require ../includes/ti-paths.inc
6 6
7PV = "3_4_0_4" 7PV = "3_4_0_4"
8PR = "r1" 8PR = "r2"
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 = "ec2f933247d5fa59377c801bb23eb3b62b38627b" 22DSPLIB_SRCREV = "0390b171042c602e07669fd28a371cc319b90161"
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}"