diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-01 16:53:24 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-03-06 10:05:00 -0300 |
commit | 048fe45f8ccecb5e882bfe3ed2d86cb5ceb6c0b1 (patch) | |
tree | 7680b6b975a5168c4d485ede24313abcbf57ee3e | |
parent | e47b8a2c9c96b29cddc2a704fcfedb07e4a0f03e (diff) | |
download | meta-freescale-048fe45f8ccecb5e882bfe3ed2d86cb5ceb6c0b1.tar.gz |
cantest: update SRC_URL
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-extended/cantest/cantest_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/cantest/cantest_1.0.bb b/recipes-extended/cantest/cantest_1.0.bb index 49bc37b05..cfbf698b5 100644 --- a/recipes-extended/cantest/cantest_1.0.bb +++ b/recipes-extended/cantest/cantest_1.0.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "cantest" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d85064f0fa931974668d281ab83cc97e" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d85064f0fa931974668d281ab83cc97e" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/qoriq-open-source/cantest.git;nobranch=1" | 5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cantest;nobranch=1" |
6 | SRCREV = "9a9735862dce192de782550d0ab1a50f163b537c" | 6 | SRCREV = "9a9735862dce192de782550d0ab1a50f163b537c" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |