diff options
author | 2019-08-07 00:54:18 +0000 | |
---|---|---|
committer | 2019-08-07 00:54:56 +0000 | |
commit | 395d886808db403b15aaa2a0bc089b180befdbc7 (patch) | |
tree | fa40e67a3f867555d235efacde3d02192a1c3fed | |
parent | 5eb082c791af5589b331d90122803566fb42fe38 (diff) | |
download | meta-ti-395d886808db403b15aaa2a0bc089b180befdbc7.tar.gz meta-ti-395d886808db403b15aaa2a0bc089b180befdbc7.tar.bz2 meta-ti-395d886808db403b15aaa2a0bc089b180befdbc7.zip |
mathlib: SRCREV update
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-ti/mathlib/mathlib.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc index 8b357a85..cfc5409f 100644 --- a/recipes-ti/mathlib/mathlib.inc +++ b/recipes-ti/mathlib/mathlib.inc @@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" require ../includes/ti-paths.inc PV = "3_1_2_4" -PR = "r1" +PR = "r2" DEPENDS = "ti-cgt6x-native \ ti-xdctools-native \ @@ -19,7 +19,7 @@ S = "${WORKDIR}/git" MATHLIB_GIT_BRANCH = "master" MATHLIB_GIT_PROTOCOL = "git" MATHLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git" -MATHLIB_SRCREV = "3035674f97fe34185b7ef6aea5c271039f867c11" +MATHLIB_SRCREV = "eadcc9547faf69789661b004bb0b5ef53bb69951" SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}" SRCREV = "${MATHLIB_SRCREV}" |