summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorJianzhong Xu <xuj@ti.com>2019-06-06 22:17:01 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-06 17:32:03 +0000
commit454ee2a5e7adecd8d04fe52283cfc5b4a01e9c35 (patch)
treeb96f00fea162a8d580dc666d6344abc85391fa3b /recipes-ti
parent8fcff450446d1b16139a09c0cb86ac06dc44ba82 (diff)
downloadmeta-ti-454ee2a5e7adecd8d04fe52283cfc5b4a01e9c35.tar.gz
mathlib: bump SRCREV to pick up updated test reports
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/mathlib/mathlib.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc
index b0cd62ec..8b357a85 100644
--- a/recipes-ti/mathlib/mathlib.inc
+++ b/recipes-ti/mathlib/mathlib.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_1_2_3" 7PV = "3_1_2_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"
19MATHLIB_GIT_BRANCH = "master" 19MATHLIB_GIT_BRANCH = "master"
20MATHLIB_GIT_PROTOCOL = "git" 20MATHLIB_GIT_PROTOCOL = "git"
21MATHLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git" 21MATHLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git"
22MATHLIB_SRCREV = "faedd650c47becb48b2d179242c8310327ef9853" 22MATHLIB_SRCREV = "3035674f97fe34185b7ef6aea5c271039f867c11"
23 23
24SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}" 24SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}"
25SRCREV = "${MATHLIB_SRCREV}" 25SRCREV = "${MATHLIB_SRCREV}"