[meta-ti] [rocko/master][PATCH 27/29] mathlib: Enhancements to facilitate AUTOREV
Denys Dmytriyenko
denys at ti.com
Thu Mar 21 13:49:23 PDT 2019
On Thu, Mar 21, 2019 at 09:16:11AM -0400, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2 at ti.com>
> ---
> recipes-ti/mathlib/mathlib.inc | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc
> index 41130c0..8672a7d 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_3"
> -PR = "r0"
> +PR = "r1"
>
> DEPENDS = "ti-cgt6x-native \
> ti-xdctools-native \
> @@ -16,8 +16,14 @@ DEPENDS = "ti-cgt6x-native \
>
> S = "${WORKDIR}/git"
>
> -SRC_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git;protocol=git;branch=master"
> -SRCREV = "faedd650c47becb48b2d179242c8310327ef9853"
> +MATHLIB_GIT_BRANCH = "master"
> +MATHLIB_GIT_PROTOCOL = "git"
> +MATHLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git"
> +MATHLIB_SRCREV = "faedd650c47becb48b2d179242c8310327ef9853"
> +
> +BRANCH = "${MATHLIB_GIT_BRANCH}"
This variable is not being used, why define it?
> +SRC_URI = "${MATHLIB_GIT_URI};protocol=${MATHLIB_GIT_PROTOCOL};branch=${MATHLIB_GIT_BRANCH}"
You pass MATHLIB_GIT_BRANCH directly to SRC_URI, so BRANCH is left unused -
don't need it.
> +SRCREV = "${MATHLIB_SRCREV}"
>
> LIC_FILES_CHKSUM = "file://ti/mathlib/src/acosdp/acosdp.h;beginline=1;endline=35;md5=c133f7e139b46385906c861dd9552250"
>
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list