diff options
| author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-22 03:14:49 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-22 15:31:27 +0000 |
| commit | dc087f75f7b2534f9e0539fa05952ba4e559c4cb (patch) | |
| tree | c0071d33229f827886ff11fcb70ac04e10a94115 | |
| parent | d38d01b0e1889347dbc040a68a527659a60804a9 (diff) | |
| download | meta-ti-dc087f75f7b2534f9e0539fa05952ba4e559c4cb.tar.gz | |
dsplib: Recipe 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/dsplib/dsplib.inc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc index afae5313..1dfbcd24 100644 --- a/recipes-ti/dsplib/dsplib.inc +++ b/recipes-ti/dsplib/dsplib.inc | |||
| @@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" | |||
| 5 | require ../includes/ti-paths.inc | 5 | require ../includes/ti-paths.inc |
| 6 | 6 | ||
| 7 | PV = "3_4_0_3" | 7 | PV = "3_4_0_3" |
| 8 | PR = "r0" | 8 | PR = "r2" |
| 9 | 9 | ||
| 10 | DEPENDS = "ti-cgt6x-native \ | 10 | DEPENDS = "ti-cgt6x-native \ |
| 11 | ti-xdctools-native \ | 11 | ti-xdctools-native \ |
| @@ -16,8 +16,13 @@ DEPENDS = "ti-cgt6x-native \ | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | SRC_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git;protocol=git;branch=master" | 19 | DSPLIB_GIT_BRANCH = "master" |
| 20 | SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a" | 20 | DSPLIB_GIT_PROTOCOL = "git" |
| 21 | DSPLIB_GIT_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git" | ||
| 22 | DSPLIB_SRCREV = "2cd21a04913648d040bd63234183cc6f81f5286a" | ||
| 23 | |||
| 24 | SRC_URI = "${DSPLIB_GIT_URI};protocol=${DSPLIB_GIT_PROTOCOL};branch=${DSPLIB_GIT_BRANCH}" | ||
| 25 | SRCREV = "${DSPLIB_SRCREV}" | ||
| 21 | 26 | ||
| 22 | LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b" | 27 | LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b" |
| 23 | 28 | ||
