summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-03-22 03:16:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-22 01:06:07 +0000
commitd6741cc086f00b1a432843fcc2fc4b67f04e1d8b (patch)
tree15e2bd38b07d6186697b3938ad038bc7423e230e
parentf6615bc6de47fe9d745c4a9deff280e5acd4c07e (diff)
downloadmeta-ti-d6741cc086f00b1a432843fcc2fc4b67f04e1d8b.tar.gz
mathlib: Enhancements to facilitate AUTOREV
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/mathlib/mathlib.inc11
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc
index fd9b3819..b0cd62ec 100644
--- a/recipes-ti/mathlib/mathlib.inc
+++ b/recipes-ti/mathlib/mathlib.inc
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
5require ../includes/ti-paths.inc 5require ../includes/ti-paths.inc
6 6
7PV = "3_1_2_3" 7PV = "3_1_2_3"
8PR = "r0" 8PR = "r2"
9 9
10DEPENDS = "ti-cgt6x-native \ 10DEPENDS = "ti-cgt6x-native \
11 ti-xdctools-native \ 11 ti-xdctools-native \
@@ -16,8 +16,13 @@ DEPENDS = "ti-cgt6x-native \
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19SRC_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git;protocol=git;branch=master" 19MATHLIB_GIT_BRANCH = "master"
20SRCREV = "faedd650c47becb48b2d179242c8310327ef9853" 20MATHLIB_GIT_PROTOCOL = "git"
21MATHLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git"
22MATHLIB_SRCREV = "faedd650c47becb48b2d179242c8310327ef9853"
23
24SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}"
25SRCREV = "${MATHLIB_SRCREV}"
21 26
22LIC_FILES_CHKSUM = "file://ti/mathlib/src/acosdp/acosdp.h;beginline=1;endline=35;md5=c133f7e139b46385906c861dd9552250" 27LIC_FILES_CHKSUM = "file://ti/mathlib/src/acosdp/acosdp.h;beginline=1;endline=35;md5=c133f7e139b46385906c861dd9552250"
23 28