1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 02:11:00 +00:00

dsplib: Recipe enhancements to facilitate AUTOREV

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Mahesh Radhakrishnan
2019-03-22 03:14:49 +00:00
committed by Denys Dmytriyenko
parent d38d01b0e1
commit dc087f75f7
+8 -3
View File
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
require ../includes/ti-paths.inc
PV = "3_4_0_3"
PR = "r0"
PR = "r2"
DEPENDS = "ti-cgt6x-native \
ti-xdctools-native \
@@ -16,8 +16,13 @@ DEPENDS = "ti-cgt6x-native \
S = "${WORKDIR}/git"
SRC_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git;protocol=git;branch=master"
SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a"
DSPLIB_GIT_BRANCH = "master"
DSPLIB_GIT_PROTOCOL = "git"
DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git"
DSPLIB_SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a"
SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}"
SRCREV = "${DSPLIB_SRCREV}"
LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b"