diff options
-rw-r--r-- | recipes-devtools/cst/cst_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb index 08dbd561..62a9d058 100644 --- a/recipes-devtools/cst/cst_git.bb +++ b/recipes-devtools/cst/cst_git.bb | |||
@@ -3,14 +3,14 @@ SECTION = "cst" | |||
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | 4 | ||
5 | # TODO: fix license - this file is not a license | 5 | # TODO: fix license - this file is not a license |
6 | LIC_FILES_CHKSUM = "file://RELEASENOTES;beginline=8;endline=43;md5=5a7b22a2c96b5f94e0498c5f413aa8d3" | 6 | LIC_FILES_CHKSUM = "file://include/common.h;beginline=8;endline=30;md5=573e4049ebb103e1cb3f63bc8aaf00b2" |
7 | 7 | ||
8 | DEPENDS += "openssl" | 8 | DEPENDS += "openssl" |
9 | 9 | ||
10 | inherit kernel-arch | 10 | inherit kernel-arch |
11 | 11 | ||
12 | SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=master" | 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v1.9.x" |
13 | SRCREV = "6f57c86c93cab0f4d0a40d83b685afa6932a6301" | 13 | SRCREV = "65f79eb1443211826a58ff225e86b251af5f0e12" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||